Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 758167 | Differences between
and this patch

Collapse All | Expand All

(-)libcxxabi-11.0.0.mainline.ebuild (-3 / +3 lines)
Lines 16-23 Link Here
16
16
17
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
17
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="amd64 arm arm64 x86"
19
KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
20
IUSE="+libunwind +static-libs test elibc_musl"
20
IUSE="+libunwind +static-libs test elibc_musl bootstrap"
21
RESTRICT="!test? ( test )"
21
RESTRICT="!test? ( test )"
22
22
23
RDEPEND="
23
RDEPEND="
Lines 39-45 Link Here
39
}
39
}
40
40
41
pkg_setup() {
41
pkg_setup() {
42
	llvm_pkg_setup
42
	use bootstrap || llvm_pkg_setup
43
	use test && python-any-r1_pkg_setup
43
	use test && python-any-r1_pkg_setup
44
}
44
}
45
45

Return to bug 758167