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

inherit indirect-inherit

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

src_prepare() {
	inherit_public_func
	indirect_inherit_public_func
}