diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-3.12.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-3.12.0.ebuild index 5a6c388912..9d427d3199 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-3.12.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-3.12.0.ebuild @@ -30,7 +30,7 @@ else " S="${WORKDIR}/${LIBNL_P}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomashaller )" fi @@ -38,7 +38,7 @@ fi LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" IUSE="+debug python test utils" -# test_kernel_route_roundtrip_* fais in 3.12.0 +# test_kernel_route_roundtrip_* fails in 3.12.0 RESTRICT="!test? ( test ) test" RDEPEND="python? ( ${PYTHON_DEPS} )" diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-9999.ebuild index b30cfa19eb..0086570d5b 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libnl/libnl-9999.ebuild @@ -38,7 +38,7 @@ fi LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" IUSE="+debug python test utils" -# test_kernel_route_roundtrip_* fais in 3.12.0 +# test_kernel_route_roundtrip_* fails in 3.12.0 RESTRICT="!test? ( test ) test" RDEPEND="python? ( ${PYTHON_DEPS} )"