aboutsummaryrefslogtreecommitdiff
blob: ed6942a629cd7d89b7ca12aef638baa9fac51e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
EAPI=7

inherit inherit

DESCRIPTION="Ebuild using an internal eclass function"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
LICENSE="BSD"
SLOT="0"

src_prepare() {
	inherit_public_func
	_inherit_internal_func
}