aboutsummaryrefslogtreecommitdiff
blob: ad8ec8b71d320bbfa828655bd9dc26ae75653f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
DESCRIPTION="ebuild with shadowed variables"
SLOT="0"
LICENSE="BSD"

pkg_preinst() {
	:
}

any_function() {
	:
}

any_function() {
	:
}

pkg_preinst() {
	any_function
}