diff options
author | 2024-01-17 05:49:26 +0000 | |
---|---|---|
committer | 2024-01-17 05:49:26 +0000 | |
commit | 0e8250668eabf0a44854a2f469be950491a0abaa (patch) | |
tree | ec5c3ce1aef382c46dc2473241b77629d747ad9f | |
parent | sys-block/mbuffer: Stabilize 20230301-r1 arm, #922278 (diff) | |
download | gentoo-0e8250668eabf0a44854a2f469be950491a0abaa.tar.gz gentoo-0e8250668eabf0a44854a2f469be950491a0abaa.tar.bz2 gentoo-0e8250668eabf0a44854a2f469be950491a0abaa.zip |
sys-libs/libseccomp: Stabilize 2.5.5 arm64, #922280
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild index 51018de4ccdd..0aa93367c0bd 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.5.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=7 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz experimental-loong? ( https://dev.gentoo.org/~xen0n/distfiles/${PN}-2.5.5-loongarch64-20231204.patch.xz )" - KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="-* ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |