From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2F1C138330 for ; Wed, 24 Aug 2016 12:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9606521C06D; Wed, 24 Aug 2016 12:57:11 +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 3BE6921C06D for ; Wed, 24 Aug 2016 12:57:11 +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 237393408C7 for ; Wed, 24 Aug 2016 12:57:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF39245A for ; Wed, 24 Aug 2016 12:57:07 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1472043423.e845c683c7af8cefe1d01d2b8c92339d30bcc13f.heroxbd@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: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: e845c683c7af8cefe1d01d2b8c92339d30bcc13f X-VCS-Branch: master Date: Wed, 24 Aug 2016 12:57:07 +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: 6c7e1f80-5f04-447a-aeec-99e690259f7a X-Archives-Hash: c98cbfbcd314f50bf8282a99ad614252 commit: e845c683c7af8cefe1d01d2b8c92339d30bcc13f Author: Benda Xu gentoo org> AuthorDate: Wed Aug 24 12:54:03 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Aug 24 12:57:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e845c683 virtual/libc: not necessary only for prefix-guest. Package-Manager: portage-2.3.0 virtual/libc/libc-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index 66ff549..89a653a 100644 --- a/virtual/libc/libc-0.ebuild +++ b/virtual/libc/libc-0.ebuild @@ -10,7 +10,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 # explicitly depend on SLOT 2.2 of glibc, because it sets # a different SLOT for cross-compiling -RDEPEND="!prefix? ( +RDEPEND="!prefix-guest? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) elibc_uclibc? ( || ( sys-libs/uclibc sys-libs/uclibc-ng ) )