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 CE8AF138334 for ; Thu, 21 Jun 2018 10:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF2EBE0980; Thu, 21 Jun 2018 10:54:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC323E0980 for ; Thu, 21 Jun 2018 10:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 486D5335CA8 for ; Thu, 21 Jun 2018 10:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935A22E6 for ; Thu, 21 Jun 2018 10:54:24 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1529578283.ae213e89428c6af5b49b589806dd2b9a32d0540b.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libc/libc-1.ebuild X-VCS-Directories: virtual/libc/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: ae213e89428c6af5b49b589806dd2b9a32d0540b X-VCS-Branch: master Date: Thu, 21 Jun 2018 10:54:24 +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: 045d486b-9ab7-476e-a7d3-684718a7bd7e X-Archives-Hash: 18727930ded465ac0729cab5f506ab48 commit: ae213e89428c6af5b49b589806dd2b9a32d0540b Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Jun 21 10:37:45 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Jun 21 10:51:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae213e89 virtual/libc: block real packages for prefix-guest Package-Manager: Portage-2.3.24, Repoman-2.3.6 virtual/libc/libc-1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild index 56aeb4ef0e6..08b8357cd59 100644 --- a/virtual/libc/libc-1.ebuild +++ b/virtual/libc/libc-1.ebuild @@ -18,4 +18,9 @@ RDEPEND="!prefix-guest? ( ) prefix-guest? ( elibc_Cygwin? ( sys-libs/cygwin-crypt ) + !sys-libs/glibc + !sys-libs/musl + !sys-libs/uclibc-ng + !sys-libs/uclibc + !sys-freebsd/freebsd-lib )"