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 9F0551382C5 for ; Thu, 17 May 2018 10:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D004E09BE; Thu, 17 May 2018 10:32:25 +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 6AC50E09BE for ; Thu, 17 May 2018 10:32:25 +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 19977335C2E for ; Thu, 17 May 2018 10:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B62B3E for ; Thu, 17 May 2018 10:32:22 +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: <1526552737.b88ff65fca383a0bc7f7e66ad99a04e95bb3d3e9.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: b88ff65fca383a0bc7f7e66ad99a04e95bb3d3e9 X-VCS-Branch: master Date: Thu, 17 May 2018 10:32:22 +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: 02ef94b4-4f95-4350-9874-1aba9c2913a6 X-Archives-Hash: ad8b6e6343a4ceb106f1610d85dbf97b commit: b88ff65fca383a0bc7f7e66ad99a04e95bb3d3e9 Author: Michael Haubenwallner gentoo org> AuthorDate: Thu May 17 10:23:33 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu May 17 10:25:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88ff65f virtual/os-headers: no linux-headers for prefix-guest Package-Manager: Portage-2.3.24, Repoman-2.3.6 virtual/os-headers/os-headers-0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/virtual/os-headers/os-headers-0-r1.ebuild b/virtual/os-headers/os-headers-0-r1.ebuild index 2275804ebdb..66f93241d41 100644 --- a/virtual/os-headers/os-headers-0-r1.ebuild +++ b/virtual/os-headers/os-headers-0-r1.ebuild @@ -11,7 +11,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s # sets a different SLOT for cross-building RDEPEND=" || ( - kernel_linux? ( sys-kernel/linux-headers:0 ) + kernel_linux? ( + !prefix-guest? ( sys-kernel/linux-headers:0 ) + ) kernel_Winnt? ( elibc_mingw? ( dev-util/mingw64-runtime ) )