commit:     c84bc11cde7ab92c655b48a4b10bcaf570afea00
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:10:27 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:24:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84bc11c

net-misc/mrouted: remove USE=rsrr

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

[1] 
https://github.com/troglobit/mrouted/commit/e3269bc986ba4a9c9466fefa3b21cfecc31a9192

Closes: https://bugs.gentoo.org/828900
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/mrouted/metadata.xml       | 3 ---
 net-misc/mrouted/mrouted-4.5.ebuild | 5 ++---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-misc/mrouted/metadata.xml b/net-misc/mrouted/metadata.xml
index 49e44a47135d..cae4749bf1c9 100644
--- a/net-misc/mrouted/metadata.xml
+++ b/net-misc/mrouted/metadata.xml
@@ -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>

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

Reply via email to