summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-01 21:07:37 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-01 21:07:37 +0100
commit3088400aa075ae4abd4b14c4457f725ffa9e692e (patch)
tree26c2e375777eb0cd236c5c41d083bd6d1e2d1615
parentsys-process/cronie: remove uclibc (diff)
downloadgentoo-3088400aa075ae4abd4b14c4457f725ffa9e692e.tar.gz
gentoo-3088400aa075ae4abd4b14c4457f725ffa9e692e.tar.bz2
gentoo-3088400aa075ae4abd4b14c4457f725ffa9e692e.zip
virtual/libc: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--virtual/libc/libc-1-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/virtual/libc/libc-1-r1.ebuild b/virtual/libc/libc-1-r1.ebuild
index 8dfc96b19918..a8f6919f0fdc 100644
--- a/virtual/libc/libc-1-r1.ebuild
+++ b/virtual/libc/libc-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,14 +10,13 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
# explicitly depend on SLOT 2.2 of glibc, because it sets
# a different SLOT for cross-compiling
# Cygwin uses newlib, which lacks libcrypt
-RDEPEND="!prefix-guest? (
+RDEPEND="
+ !prefix-guest? (
elibc_glibc? ( sys-libs/glibc:2.2 )
elibc_musl? ( sys-libs/musl )
- elibc_uclibc? ( sys-libs/uclibc-ng )
)
prefix-guest? (
elibc_Cygwin? ( sys-libs/cygwin-crypt )
!sys-libs/glibc
!sys-libs/musl
- !sys-libs/uclibc-ng
)"