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

inherit deep-provided-inherit

DESCRIPTION="Ebuild relying on indirect inherit"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
SLOT="0"
LICENSE="BSD"

src_prepare() {
	inherit_public_func
	deep-provided-inherit_public_func
}