commit: 4035a2bfa937a5e707b170083f8aaf0f8ad8f323
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 00:18:07 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 00:18:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4035a2bf
virtual/libc: elibc_uclibc can also be provided by sys-libs/uclibc-ng
Package-Manager: portage-2.2.26
virtual/libc/libc-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild
index 1fa8392..66ff549 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 )
)"