mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user