diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-12 09:52:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-12 09:52:10 +0200 |
commit | f7dd980d98c6017665de9a9c34f3b7069bcc9aec (patch) | |
tree | 107ea3f1b177a2ae45f0434b3ce0eb6140a41139 /net-misc | |
parent | dev-python/antlr4-python3-runtime: Stabilize 4.13.2 amd64, #941354 (diff) | |
download | gentoo-f7dd980d98c6017665de9a9c34f3b7069bcc9aec.tar.gz gentoo-f7dd980d98c6017665de9a9c34f3b7069bcc9aec.tar.bz2 gentoo-f7dd980d98c6017665de9a9c34f3b7069bcc9aec.zip |
net-misc/radvd: Stabilize 2.19-r7 arm, #941360
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/radvd/radvd-2.19-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/radvd/radvd-2.19-r7.ebuild b/net-misc/radvd/radvd-2.19-r7.ebuild index 803571c1bfce..c6d8ff3764c9 100644 --- a/net-misc/radvd/radvd-2.19-r7.ebuild +++ b/net-misc/radvd/radvd-2.19-r7.ebuild @@ -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 @@ -11,7 +11,7 @@ SRC_URI="https://v6web.litech.org/radvd/dist/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="selinux test" RESTRICT="!test? ( test )" |