Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656742
Collapse All | Expand All

(-)a/virtual/os-headers/os-headers-0-r1.ebuild (-6 / +7 lines)
Lines 10-19 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s Link Here
10
# depend on SLOT 0 of linux-headers, because kernel-2.eclass
10
# depend on SLOT 0 of linux-headers, because kernel-2.eclass
11
# sets a different SLOT for cross-building
11
# sets a different SLOT for cross-building
12
RDEPEND="
12
RDEPEND="
13
	|| (
13
	!prefix-guest? (
14
		kernel_linux? ( sys-kernel/linux-headers:0 )
14
		|| (
15
		kernel_Winnt? (
15
			kernel_linux? ( sys-kernel/linux-headers:0 )
16
			elibc_mingw? ( dev-util/mingw64-runtime )
16
			kernel_Winnt? (
17
				elibc_mingw? ( dev-util/mingw64-runtime )
18
			)
19
			!prefix? ( sys-freebsd/freebsd-lib )
17
		)
20
		)
18
		!prefix? ( sys-freebsd/freebsd-lib )
19
	)"
21
	)"
20
- 

Return to bug 656742