diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:58:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:17 +0100 |
commit | 59bbe6a1e11645b4e6865c1575ade11ec21bc940 (patch) | |
tree | 243e769646fe9d2b42a4f7898d10c8b3c22f7f53 /virtual/libc | |
parent | sys-process/lsof: drop dead prefix targets (diff) | |
download | gentoo-59bbe6a1e11645b4e6865c1575ade11ec21bc940.tar.gz gentoo-59bbe6a1e11645b4e6865c1575ade11ec21bc940.tar.bz2 gentoo-59bbe6a1e11645b4e6865c1575ade11ec21bc940.zip |
virtual/libc: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/libc')
-rw-r--r-- | virtual/libc/libc-1-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/virtual/libc/libc-1-r1.ebuild b/virtual/libc/libc-1-r1.ebuild index f41e1ebd7c38..c9584c5a6c5d 100644 --- a/virtual/libc/libc-1-r1.ebuild +++ b/virtual/libc/libc-1-r1.ebuild @@ -9,14 +9,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv # 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? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) ) prefix-guest? ( - elibc_Cygwin? ( sys-libs/cygwin-crypt ) !sys-libs/glibc !sys-libs/musl )" |