diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-12 20:18:07 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-12 20:18:07 -0400 |
commit | 4035a2bfa937a5e707b170083f8aaf0f8ad8f323 (patch) | |
tree | 709d7d14d03f954f712573de3bdc082fbc30e1a5 /virtual | |
parent | sys-libs/uclibc: block with sys-libs/uclibc-ng (diff) | |
download | gentoo-4035a2bfa937a5e707b170083f8aaf0f8ad8f323.tar.gz gentoo-4035a2bfa937a5e707b170083f8aaf0f8ad8f323.tar.bz2 gentoo-4035a2bfa937a5e707b170083f8aaf0f8ad8f323.zip |
virtual/libc: elibc_uclibc can also be provided by sys-libs/uclibc-ng
Package-Manager: portage-2.2.26
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libc/libc-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index 1fa8392b7057..66ff54987abc 100644 --- a/virtual/libc/libc-0.ebuild +++ b/virtual/libc/libc-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,6 +13,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 RDEPEND="!prefix? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) - elibc_uclibc? ( sys-libs/uclibc ) + elibc_uclibc? ( || ( sys-libs/uclibc sys-libs/uclibc-ng ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-lib ) )" |