diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:45 +0100 |
commit | 96a37db2e339fd97d57382e3871515fa62496570 (patch) | |
tree | 5b871f9af70f9eacc7e78a9cca3ecb27e9a1cd4b /net-misc/frr | |
parent | net-misc/dhcp: remove implicit kernel_linux (diff) | |
download | gentoo-96a37db2e339fd97d57382e3871515fa62496570.tar.gz gentoo-96a37db2e339fd97d57382e3871515fa62496570.tar.bz2 gentoo-96a37db2e339fd97d57382e3871515fa62496570.zip |
net-misc/frr: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/frr')
-rw-r--r-- | net-misc/frr/frr-8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/frr/frr-8.1-r1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild index 2e4b5ede225c..07f5fe16b909 100644 --- a/net-misc/frr/frr-8.1-r1.ebuild +++ b/net-misc/frr/frr-8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 test" +IUSE="doc fpm grpc ipv6 nhrp ospfapi pam rpki snmp test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |