summaryrefslogtreecommitdiff
path: root/net-misc/mrouted/mrouted-4.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/mrouted/mrouted-4.5.ebuild')
-rw-r--r--net-misc/mrouted/mrouted-4.5.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/mrouted/mrouted-4.5.ebuild b/net-misc/mrouted/mrouted-4.5.ebuild
index 82e719972457..dd6d1e4f2e8b 100644
--- a/net-misc/mrouted/mrouted-4.5.ebuild
+++ b/net-misc/mrouted/mrouted-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="Stanford GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="rsrr test"
+IUSE="test"
# Needs unshare
RESTRICT="!test? ( test ) test"
@@ -26,7 +26,6 @@ src_configure() {
tc-export CC CXX
econf \
- $(usev rsrr --enable-rsrr) \
$(use_enable test)
}