diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-08-24 21:54:03 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-08-24 21:57:03 +0900 |
commit | e845c683c7af8cefe1d01d2b8c92339d30bcc13f (patch) | |
tree | 7590704752c1ffafb8717b9d8d802220a70d76ce /virtual/libc | |
parent | sys-fs/s3fs: transfer maintainership to Juraj Variny. (diff) | |
download | gentoo-e845c683c7af8cefe1d01d2b8c92339d30bcc13f.tar.gz gentoo-e845c683c7af8cefe1d01d2b8c92339d30bcc13f.tar.bz2 gentoo-e845c683c7af8cefe1d01d2b8c92339d30bcc13f.zip |
virtual/libc: not necessary only for prefix-guest.
Package-Manager: portage-2.3.0
Diffstat (limited to 'virtual/libc')
-rw-r--r-- | virtual/libc/libc-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index 66ff54987abc..89a653ab0073 100644 --- a/virtual/libc/libc-0.ebuild +++ b/virtual/libc/libc-0.ebuild @@ -10,7 +10,7 @@ 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 -RDEPEND="!prefix? ( +RDEPEND="!prefix-guest? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) elibc_uclibc? ( || ( sys-libs/uclibc sys-libs/uclibc-ng ) ) |