Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/os-headers/
Date: Mon, 28 May 2018 13:41:38
Message-Id: 1527514796.3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb.haubi@gentoo
1 commit: 3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 13:35:16 2018 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 13:39:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8642cd
7
8 Revert "virtual/os-headers: no linux-headers for prefix-guest"
9
10 This reverts commit b88ff65fca383a0bc7f7e66ad99a04e95bb3d3e9.
11
12 Mea culpa: Was not intended to hit main repo without prior notice.
13
14 virtual/os-headers/os-headers-0-r1.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/virtual/os-headers/os-headers-0-r1.ebuild b/virtual/os-headers/os-headers-0-r1.ebuild
18 index 66f93241d41..2275804ebdb 100644
19 --- a/virtual/os-headers/os-headers-0-r1.ebuild
20 +++ b/virtual/os-headers/os-headers-0-r1.ebuild
21 @@ -11,9 +11,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
22 # sets a different SLOT for cross-building
23 RDEPEND="
24 || (
25 - kernel_linux? (
26 - !prefix-guest? ( sys-kernel/linux-headers:0 )
27 - )
28 + kernel_linux? ( sys-kernel/linux-headers:0 )
29 kernel_Winnt? (
30 elibc_mingw? ( dev-util/mingw64-runtime )
31 )