From 9b95253dc9cd894e6a6318be6fe26859e796706c Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 19 Feb 2024 07:17:20 +0000 Subject: [PATCH] sys-libs/libsepol: Sync with Gentoo It's from Gentoo commit d395971abc52629d21910ddcb45d82f4737f8e78. --- .../portage-stable/sys-libs/libsepol/libsepol-3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/libsepol/libsepol-3.6.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/libsepol/libsepol-3.6.ebuild index 17fe4da894..27b0f0542d 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/libsepol/libsepol-3.6.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/libsepol/libsepol-3.6.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" S="${WORKDIR}/${MY_P}" fi