Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/
Date: Tue, 04 Jan 2022 10:30:42
Message-Id: 1641292185.96a37db2e339fd97d57382e3871515fa62496570.soap@gentoo
1 commit: 96a37db2e339fd97d57382e3871515fa62496570
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 10:29:45 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 10:29:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a37db2
7
8 net-misc/frr: remove implicit kernel_linux
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/frr/frr-8.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/frr/frr-8.1-r1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild
16 index 2e4b5ede225c..07f5fe16b909 100644
17 --- a/net-misc/frr/frr-8.1-r1.ebuild
18 +++ b/net-misc/frr/frr-8.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ S="${WORKDIR}/frr-${P}"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="amd64 ~arm64 x86"
29 -IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp test"
30 +IUSE="doc fpm grpc ipv6 nhrp ospfapi pam rpki snmp test"
31 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
32 RESTRICT="!test? ( test )"