commit: d1cc7da4b25b56cc5181dd632d2987cc23f73863 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Nov 11 15:07:57 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Nov 11 15:13:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cc7da4
net-misc/frr: Update configure options - upstream commit 2ee5fdba022c6fa78ac6ef6af2577f7dfad2ac02 removed `--enable-exampledir` option along with the config example - commit ab140d61cdd04db03ef597f645e601429396d3c8 removed the systemd configure option as support for systemd is enabled through built-in function in FRR without depending on libsystemd Closes: https://bugs.gentoo.org/823083 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-misc/frr/{frr-8.1.ebuild => frr-8.1-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/frr/frr-8.1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild similarity index 97% rename from net-misc/frr/frr-8.1.ebuild rename to net-misc/frr/frr-8.1-r1.ebuild index 2f581241e3e..1fcbac9b268 100644 --- a/net-misc/frr/frr-8.1.ebuild +++ b/net-misc/frr/frr-8.1-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/frr-${P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp systemd test" +IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -74,7 +74,6 @@ src_configure() { --localstatedir="${EPREFIX}"/run/frr --with-moduledir="${EPREFIX}"/usr/lib/frr/modules --with-clippy="${BROOT}"/usr/bin/clippy - --enable-exampledir="${EPREFIX}"/usr/share/doc/${PF}/samples --enable-user=frr --enable-group=frr --enable-vty-group=frr @@ -90,7 +89,6 @@ src_configure() { $(usex ospfapi '--enable-ospfclient' '' '' '') $(use_enable rpki) $(use_enable snmp) - $(use_enable systemd) ) econf "${myconf[@]}"
