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

inherit inherit unused

DESCRIPTION="Ebuild using inherited function indirectly"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
LICENSE="BSD"
SLOT="0"

src_prepare() {
	inherit_public_func
}

src_test() {
	edo unused_function
}