projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbc591
)
virtual/libc: elibc_uclibc can also be provided by sys-libs/uclibc-ng
author
Anthony G. Basile
<blueness@gentoo.org>
Wed, 13 Apr 2016 00:18:07 +0000
(20:18 -0400)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/virtual/libc/libc-0.ebuild
b/virtual/libc/libc-0.ebuild
index 1fa8392b7057609f8b6ffdb74f8166f7090b1aed..66ff54987abce1c33d2e3c568ce051edfd5a5d8b 100644
(file)
--- a/
virtual/libc/libc-0.ebuild
+++ b/
virtual/libc/libc-0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
6
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 )
)"