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

Collapse All | Expand All

(-)falkon-3.2.0-r1.ebuild (+8 lines)
Lines 86-91 Link Here
86
		$(cmake_use_find_package kde KF5Wallet)
86
		$(cmake_use_find_package kde KF5Wallet)
87
		$(cmake_use_find_package kde KF5KIO)
87
		$(cmake_use_find_package kde KF5KIO)
88
		-DNO_X11=$(usex !X)
88
		-DNO_X11=$(usex !X)
89
89
	)
90
	)
91
92
	use python && mycmakeargs+=(
93
		-DPython3_EXECUTABLE="${PYTHON}"
94
		-DPython3_INCLUDE_DIR=$(python_get_includedir)
95
		-DPython3_LIBRARY=$(python_get_library_path)
96
	)
97
90
	ecm_src_configure
98
	ecm_src_configure
91
}
99
}

Return to bug 832889