aboutsummaryrefslogtreecommitdiff
blob: 889e45d1d46a674d82d60accb53bbc90b5df0109 (plain)
1
2
3
4
5
6
7
8
9
10
EAPI=7
inherit deprecated
DESCRIPTION="Ebuild with deprecated eclass usage"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
SLOT="0"
LICENSE="BSD"

src_prepare() {
	deprecated_public_func
}