virtual/libc: elibc_uclibc can also be provided by sys-libs/uclibc-ng
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 13 Apr 2016 00:18:07 +0000 (20:18 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 13 Apr 2016 00:18:07 +0000 (20:18 -0400)
Package-Manager: portage-2.2.26

virtual/libc/libc-0.ebuild

index 1fa8392b7057609f8b6ffdb74f8166f7090b1aed..66ff54987abce1c33d2e3c568ce051edfd5a5d8b 100644 (file)
@@ -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 )
        )"