diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:32:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:32:44 +0200 |
commit | a8be3cba13fb1bd5f947eb08411f1df32f3ae4f6 (patch) | |
tree | ec72be3beb4cfa203dbc3dbc5fae2976a4d0a529 | |
parent | dev-perl/Module-Starter: amd64 stable wrt bug #810121 (diff) | |
download | gentoo-a8be3cba13fb1bd5f947eb08411f1df32f3ae4f6.tar.gz gentoo-a8be3cba13fb1bd5f947eb08411f1df32f3ae4f6.tar.bz2 gentoo-a8be3cba13fb1bd5f947eb08411f1df32f3ae4f6.zip |
sys-libs/libseccomp: amd64 stable wrt bug #810229
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild b/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild index 30ecd9ca0a17..2c2b099e0e32 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="-* ~amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="-* amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |