From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B054F59CB2 for ; Wed, 13 Apr 2016 00:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC49D21C003; Wed, 13 Apr 2016 00:10:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36CE721C003 for ; Wed, 13 Apr 2016 00:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCA8B340CE1 for ; Wed, 13 Apr 2016 00:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B75853 for ; Wed, 13 Apr 2016 00:10:50 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1460506687.4035a2bfa937a5e707b170083f8aaf0f8ad8f323.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libc/libc-0.ebuild X-VCS-Directories: virtual/libc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4035a2bfa937a5e707b170083f8aaf0f8ad8f323 X-VCS-Branch: master Date: Wed, 13 Apr 2016 00:10:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a7158b0-f2c6-4376-825b-334d97c67f15 X-Archives-Hash: f898748fbdb0a92a4a5862df2765d3a3 commit: 4035a2bfa937a5e707b170083f8aaf0f8ad8f323 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Apr 13 00:18:07 2016 +0000 Commit: Anthony G. Basile gentoo 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 ) )"