commit: 59bbe6a1e11645b4e6865c1575ade11ec21bc940 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 27 16:58:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 18:19:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bbe6a1
virtual/libc: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/libc/libc-1-r1.ebuild | 2 -- 1 file changed, 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 )"