diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:38 +0100 |
commit | 2072f28ad572b68556decb7e8a4ffc0a48a8a274 (patch) | |
tree | 7cf0a007cb8c0493ce308f8202cdb29811dca074 /virtual | |
parent | virtual/libc: remove uclibc (diff) | |
download | gentoo-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')
-rw-r--r-- | virtual/libcrypt/libcrypt-1-r1.ebuild | 3 | ||||
-rw-r--r-- | virtual/libcrypt/libcrypt-2.ebuild | 3 |
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 ) " |