diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-05-28 15:35:16 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-05-28 15:39:56 +0200 |
commit | 3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb (patch) | |
tree | ef072a9b4f4279fbdb915e94a9d54a799272c253 /virtual | |
parent | app-text/xournal: Version and EAPI bump (diff) | |
download | gentoo-3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb.tar.gz gentoo-3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb.tar.bz2 gentoo-3e8642cd78ec0f3d7bf4da1c3a188b41751e55fb.zip |
Revert "virtual/os-headers: no linux-headers for prefix-guest"
This reverts commit b88ff65fca383a0bc7f7e66ad99a04e95bb3d3e9.
Mea culpa: Was not intended to hit main repo without prior notice.
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/os-headers/os-headers-0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/virtual/os-headers/os-headers-0-r1.ebuild b/virtual/os-headers/os-headers-0-r1.ebuild index 66f93241d411..2275804ebdbd 100644 --- a/virtual/os-headers/os-headers-0-r1.ebuild +++ b/virtual/os-headers/os-headers-0-r1.ebuild @@ -11,9 +11,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s # sets a different SLOT for cross-building RDEPEND=" || ( - kernel_linux? ( - !prefix-guest? ( sys-kernel/linux-headers:0 ) - ) + kernel_linux? ( sys-kernel/linux-headers:0 ) kernel_Winnt? ( elibc_mingw? ( dev-util/mingw64-runtime ) ) |