summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-01 21:07:38 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-01 21:07:38 +0100
commit2072f28ad572b68556decb7e8a4ffc0a48a8a274 (patch)
tree7cf0a007cb8c0493ce308f8202cdb29811dca074 /virtual/libcrypt
parentvirtual/libc: remove uclibc (diff)
downloadgentoo-2072f28ad572b68556decb7e8a4ffc0a48a8a274.tar.gz
gentoo-2072f28ad572b68556decb7e8a4ffc0a48a8a274.tar.bz2
gentoo-2072f28ad572b68556decb7e8a4ffc0a48a8a274.zip
virtual/libcrypt: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/libcrypt')
-rw-r--r--virtual/libcrypt/libcrypt-1-r1.ebuild3
-rw-r--r--virtual/libcrypt/libcrypt-2.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild
index d239f1b834e7..2c8f799a6cf6 100644
--- a/virtual/libcrypt/libcrypt-1-r1.ebuild
+++ b/virtual/libcrypt/libcrypt-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,6 @@ RDEPEND="
!prefix-guest? (
elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
elibc_musl? ( sys-libs/musl )
- elibc_uclibc? ( sys-libs/uclibc-ng )
)
elibc_Cygwin? ( sys-libs/cygwin-crypt )
"
diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild
index 7d7f58c73a34..968fec179c7b 100644
--- a/virtual/libcrypt/libcrypt-2.ebuild
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,6 @@ RDEPEND="
!prefix-guest? (
elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
elibc_musl? ( sys-libs/musl )
- elibc_uclibc? ( sys-libs/uclibc-ng )
)
elibc_Cygwin? ( sys-libs/cygwin-crypt )
"