diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-10-05 20:27:48 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-07 07:36:24 +0100 |
commit | c3f074f3b149dcfdb475e456106eb4f42a2ecfcc (patch) | |
tree | f150a7c70b9e5a22c58c19fe50c37c29fe2dff52 /sys-libs/libseccomp | |
parent | dev-lang/ocaml: add 4.13.1 (diff) | |
download | gentoo-c3f074f3b149dcfdb475e456106eb4f42a2ecfcc.tar.gz gentoo-c3f074f3b149dcfdb475e456106eb4f42a2ecfcc.tar.bz2 gentoo-c3f074f3b149dcfdb475e456106eb4f42a2ecfcc.zip |
sys-libs/libseccomp: stable 2.5.1-r1 for hppa, bug #810229
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp')
-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 acc2906dbaef..3838d8dfc8d7 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" |