diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:32:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:32:18 +0200 |
commit | 4e4f641272aef0a714b9971354a6af860b88b46f (patch) | |
tree | e61a2dad2b5ce50fece4ce9f10dce88e78c2f4fd /sys-libs/libseccomp | |
parent | dev-perl/Crypt-OpenSSL-RSA: ppc64 stable wrt bug #789510 (diff) | |
download | gentoo-4e4f641272aef0a714b9971354a6af860b88b46f.tar.gz gentoo-4e4f641272aef0a714b9971354a6af860b88b46f.tar.bz2 gentoo-4e4f641272aef0a714b9971354a6af860b88b46f.zip |
sys-libs/libseccomp: ppc64 stable wrt bug #789948
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild index ee889f9cb2bf..b751be9097c5 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.1.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" |