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

EAPI=8

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

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

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