aboutsummaryrefslogtreecommitdiff
blob: 4ed38e540fc7200098b87855256423f1d94c4fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Ebuild with valid USE flags"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"

LICENSE="BSD"
SLOT="0"
IUSE="bash-completion ipv6"

BDEPEND="
	bash-completion? ( PkgDirCheck/UnknownPkgDirEntry )
"

src_compile() {
	emake IPV6=$(use ipv6) BASH="$(use bash-completion)"
}