diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:31:36 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:31:36 +0200 |
commit | 7f732633d8ea11dfcf2859fd8da5be0c1e636b3c (patch) | |
tree | ce2cd3f0821e463ea1f51500066eb420807dff92 /sys-libs/libseccomp | |
parent | dev-perl/Crypt-OpenSSL-RSA: ppc stable wrt bug #789510 (diff) | |
download | gentoo-7f732633d8ea11dfcf2859fd8da5be0c1e636b3c.tar.gz gentoo-7f732633d8ea11dfcf2859fd8da5be0c1e636b3c.tar.bz2 gentoo-7f732633d8ea11dfcf2859fd8da5be0c1e636b3c.zip |
sys-libs/libseccomp: ppc stable wrt bug #789948
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
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 c1ab63fdde45..ee889f9cb2bf 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" |