Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/
Date: Sat, 01 Jan 2022 20:08:10
Message-Id: 1641067657.3088400aa075ae4abd4b14c4457f725ffa9e692e.soap@gentoo
1 commit: 3088400aa075ae4abd4b14c4457f725ffa9e692e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:37 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3088400a
7
8 virtual/libc: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/libc/libc-1-r1.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/virtual/libc/libc-1-r1.ebuild b/virtual/libc/libc-1-r1.ebuild
16 index 8dfc96b19918..a8f6919f0fdc 100644
17 --- a/virtual/libc/libc-1-r1.ebuild
18 +++ b/virtual/libc/libc-1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,14 +10,13 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
26 # explicitly depend on SLOT 2.2 of glibc, because it sets
27 # a different SLOT for cross-compiling
28 # Cygwin uses newlib, which lacks libcrypt
29 -RDEPEND="!prefix-guest? (
30 +RDEPEND="
31 + !prefix-guest? (
32 elibc_glibc? ( sys-libs/glibc:2.2 )
33 elibc_musl? ( sys-libs/musl )
34 - elibc_uclibc? ( sys-libs/uclibc-ng )
35 )
36 prefix-guest? (
37 elibc_Cygwin? ( sys-libs/cygwin-crypt )
38 !sys-libs/glibc
39 !sys-libs/musl
40 - !sys-libs/uclibc-ng
41 )"