sys-libs/libseccomp: Sync with Gentoo

It's from Gentoo commit adf0a044d5983fca5bcaac9028600e99e44bfec7.
This commit is contained in:
Flatcar Buildbot 2025-04-28 07:19:31 +00:00
parent f775cf82a9
commit 72ea8141a5

View File

@ -19,7 +19,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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="-* amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
fi
LICENSE="LGPL-2.1"