diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:30:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-14 11:30:18 +0200 |
commit | 80e3e9896493836df5a5c8c05fe74ed99577b401 (patch) | |
tree | 86214c5220bbc2c73b2a66408d6491763dce9cf8 /sys-libs/libseccomp | |
parent | sys-block/nbd: amd64 stable wrt bug #789882 (diff) | |
download | gentoo-80e3e9896493836df5a5c8c05fe74ed99577b401.tar.gz gentoo-80e3e9896493836df5a5c8c05fe74ed99577b401.tar.bz2 gentoo-80e3e9896493836df5a5c8c05fe74ed99577b401.zip |
sys-libs/libseccomp: amd64 stable wrt bug #789948
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
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 e7d1c6530f9b..c1ab63fdde45 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" |