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

pkg_preinst() {
	:
}

any_function() {
	:
}

any_function() {
	:
}

pkg_preinst() {
	any_function
}