diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-05 20:40:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-05 20:40:16 +0300 |
commit | 2566fa5161c79c8108d43f0999d4a790f4aecf38 (patch) | |
tree | 05dd115b8cabc188d2ae58245767407693f6fd44 /net-dns/maradns/maradns-3.5.0022.ebuild | |
parent | net-dns/maradns: enable py3.11 (diff) | |
download | gentoo-2566fa5161c79c8108d43f0999d4a790f4aecf38.tar.gz gentoo-2566fa5161c79c8108d43f0999d4a790f4aecf38.tar.bz2 gentoo-2566fa5161c79c8108d43f0999d4a790f4aecf38.zip |
net-dns/maradns: remove IUSE=ipv6
Small file use flag, no affect on dependencies, should be just
always active.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dns/maradns/maradns-3.5.0022.ebuild')
-rw-r--r-- | net-dns/maradns/maradns-3.5.0022.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-dns/maradns/maradns-3.5.0022.ebuild b/net-dns/maradns/maradns-3.5.0022.ebuild index fa6f48e32d81..85670bec1b68 100644 --- a/net-dns/maradns/maradns-3.5.0022.ebuild +++ b/net-dns/maradns/maradns-3.5.0022.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://maradns.samiam.org/download/${PV%.*}/${PV}/${P}.tar.xz" LICENSE="BSD-2 GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ~ppc x86" -IUSE="examples ipv6" +IUSE="examples" BDEPEND="${PYTHON_DEPS} dev-lang/perl" @@ -35,8 +35,7 @@ src_prepare() { src_configure() { tc-export CC - ./configure \ - $(usex ipv6 --ipv6 "") || die "Failed to configure" + ./configure --ipv6 || die "Failed to configure" } src_install() { |