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/libcrypt/
Date: Sat, 01 Jan 2022 20:08:10
Message-Id: 1641067658.2072f28ad572b68556decb7e8a4ffc0a48a8a274.soap@gentoo
1 commit: 2072f28ad572b68556decb7e8a4ffc0a48a8a274
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:38 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072f28a
7
8 virtual/libcrypt: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/libcrypt/libcrypt-1-r1.ebuild | 3 +--
13 virtual/libcrypt/libcrypt-2.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild
17 index d239f1b834e7..2c8f799a6cf6 100644
18 --- a/virtual/libcrypt/libcrypt-1-r1.ebuild
19 +++ b/virtual/libcrypt/libcrypt-1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2020-2021 Gentoo Authors
22 +# Copyright 2020-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,6 @@ RDEPEND="
27 !prefix-guest? (
28 elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
29 elibc_musl? ( sys-libs/musl )
30 - elibc_uclibc? ( sys-libs/uclibc-ng )
31 )
32 elibc_Cygwin? ( sys-libs/cygwin-crypt )
33 "
34
35 diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild
36 index 7d7f58c73a34..968fec179c7b 100644
37 --- a/virtual/libcrypt/libcrypt-2.ebuild
38 +++ b/virtual/libcrypt/libcrypt-2.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 2020-2021 Gentoo Authors
41 +# Copyright 2020-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -15,7 +15,6 @@ RDEPEND="
46 !prefix-guest? (
47 elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
48 elibc_musl? ( sys-libs/musl )
49 - elibc_uclibc? ( sys-libs/uclibc-ng )
50 )
51 elibc_Cygwin? ( sys-libs/cygwin-crypt )
52 "