diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-01-16 15:28:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-28 15:21:54 +0100 |
commit | 8f63068b834674dd668ec3cf16c654daf326ff08 (patch) | |
tree | 8edd5b1bca6b56a59ce79d9b394b8e8725d072ff /virtual/libc | |
parent | media-gfx/feh: fix out of Prefix issue, thanks troysung, bug #606512 (diff) | |
download | gentoo-8f63068b834674dd668ec3cf16c654daf326ff08.tar.gz gentoo-8f63068b834674dd668ec3cf16c654daf326ff08.tar.bz2 gentoo-8f63068b834674dd668ec3cf16c654daf326ff08.zip |
virtual/libc: for Cygwin, pull in sys-libs/cygwin-crypt
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/libc')
-rw-r--r-- | virtual/libc/libc-1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild index 482a588a27b5..59f897756679 100644 --- a/virtual/libc/libc-1.ebuild +++ b/virtual/libc/libc-1.ebuild @@ -10,9 +10,13 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 # 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 ) elibc_uclibc? ( || ( sys-libs/uclibc-ng sys-libs/uclibc ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-lib ) + ) + prefix-guest? ( + elibc_Cygwin? ( sys-libs/cygwin-crypt ) )" |