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 94AAA138334 for ; Mon, 4 Jun 2018 08:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7925AE094B; Mon, 4 Jun 2018 08:13:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48444E094B for ; Mon, 4 Jun 2018 08:13:35 +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 45BAF335C60 for ; Mon, 4 Jun 2018 08:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A43F296 for ; Mon, 4 Jun 2018 08:13:31 +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: <1528099931.35988278a2a94400bd22b576069d877a1fe22c28.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/os-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/os-headers/os-headers-0-r1.ebuild X-VCS-Directories: virtual/os-headers/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 35988278a2a94400bd22b576069d877a1fe22c28 X-VCS-Branch: master Date: Mon, 4 Jun 2018 08:13:31 +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: 04e1be5f-9980-40a2-b0ce-6d5c34d7ea43 X-Archives-Hash: 50ff076276db5ced83c1af634491a5b2 commit: 35988278a2a94400bd22b576069d877a1fe22c28 Author: Michael Haubenwallner gentoo org> AuthorDate: Mon May 28 14:01:14 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Mon Jun 4 08:12:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35988278 virtual/os-headers: no-op with USE=prefix-guest Closes: https://bugs.gentoo.org/656742 Package-Manager: Portage-2.3.24, Repoman-2.3.6 virtual/os-headers/os-headers-0-r1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/virtual/os-headers/os-headers-0-r1.ebuild b/virtual/os-headers/os-headers-0-r1.ebuild index 2275804ebdb..1c5db1ee456 100644 --- a/virtual/os-headers/os-headers-0-r1.ebuild +++ b/virtual/os-headers/os-headers-0-r1.ebuild @@ -10,10 +10,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s # depend on SLOT 0 of linux-headers, because kernel-2.eclass # sets a different SLOT for cross-building RDEPEND=" - || ( - kernel_linux? ( sys-kernel/linux-headers:0 ) - kernel_Winnt? ( - elibc_mingw? ( dev-util/mingw64-runtime ) + !prefix-guest? ( + || ( + kernel_linux? ( sys-kernel/linux-headers:0 ) + kernel_Winnt? ( + elibc_mingw? ( dev-util/mingw64-runtime ) + ) + !prefix? ( sys-freebsd/freebsd-lib ) ) - !prefix? ( sys-freebsd/freebsd-lib ) )"