Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/
Date: Tue, 27 Apr 2021 18:02:26
Message-Id: 1619546532.e96d999f6b51ea281d42c62969785c9c83f9d793.sam@gentoo
1 commit: e96d999f6b51ea281d42c62969785c9c83f9d793
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 18:02:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 27 18:02:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d999f
7
8 net-misc/radvd: Stabilize 2.19 x86, #778764
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/radvd/radvd-2.19.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild
16 index 85c5484b537..84d30d66b42 100644
17 --- a/net-misc/radvd/radvd-2.19.ebuild
18 +++ b/net-misc/radvd/radvd-2.19.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
25 IUSE="kernel_FreeBSD selinux test"
26 RESTRICT="!test? ( test )"