aboutsummaryrefslogtreecommitdiff
blob: 8fbe27cd51820576bc49eaeb80d90845670a8901 (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 valid USE flags"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"

SLOT="0"
LICENSE="BSD"
IUSE="ipv6"

src_compile() {
	emake IPV6=$(use ipv6)
}