net-misc/mrouted: remove USE=rsrr

Upstream removed RSRR feature in version 4.4, see [1].

[1] e3269bc986

Closes: https://bugs.gentoo.org/828900
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-09-14 08:10:27 +02:00
parent cc49efd060
commit c84bc11cde
2 changed files with 2 additions and 6 deletions

View File

@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="rsrr">Enable Routing Support for Resource Reservations, for RSVP</flag>
</use>
<upstream>
<remote-id type="github">troglobit/mrouted</remote-id>
</upstream>

View File

@@ -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)
}