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

Collapse All | Expand All

(-)/usr/portage/dev-util/rr/rr-5.0.0.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
LICENSE="MIT BSD-2"
15
LICENSE="MIT BSD-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64"
17
KEYWORDS="~amd64"
18
IUSE="test"
18
IUSE="test disable-x32"
19
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
19
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20
20
21
DEPEND="
21
DEPEND="
Lines 52-57 Link Here
52
src_configure() {
48
src_configure() {
53
	local mycmakeargs=(
49
	local mycmakeargs=(
54
		-DBUILD_TESTS=$(usex test)
50
		-DBUILD_TESTS=$(usex test)
51
		-Ddisable32bit=$(usex disable-x32)
55
	)
52
	)
56
53
57
	cmake-utils_src_configure
54
	cmake-utils_src_configure

Return to bug 636786