From 752f695663514da8a40c70b205f38918c89f316c Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 5 Jan 2022 19:36:12 +0100 Subject: [PATCH] sys-apps/portage: Drop support for uclibc It was removed from Gentoo and with updated profiles, the build started to fail with: USE flag 'elibc_uclibc' referenced in conditional 'elibc_uclibc?' is not in IUSE --- .../coreos-overlay/sys-apps/portage/portage-3.0.28-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/portage/portage-3.0.28-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/portage/portage-3.0.28-r1.ebuild index f78e9c9a7c..b71e6e4a1e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/portage/portage-3.0.28-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/portage/portage-3.0.28-r1.ebuild @@ -61,7 +61,6 @@ RDEPEND=" ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) - elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) kernel_linux? ( sys-apps/util-linux ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )