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

(-)a/media-gfx/darktable/darktable-2.6.2.ebuild (-2 / +2 lines)
Lines 19-25 SLOT="0" Link Here
19
KEYWORDS="~amd64 ~x86"
19
KEYWORDS="~amd64 ~x86"
20
LANGS=" ca cs de es fi fr hu ja nb nl pl pt-BR ru sl"
20
LANGS=" ca cs de es fi fr hu ja nb nl pl pt-BR ru sl"
21
# TODO add lua once dev-lang/lua-5.2 is unmasked
21
# TODO add lua once dev-lang/lua-5.2 is unmasked
22
IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet
22
IUSE="colord +cpudetection cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet
23
nls opencl openmp openexr pax_kernel webp
23
nls opencl openmp openexr pax_kernel webp
24
${LANGS// / l10n_}"
24
${LANGS// / l10n_}"
25
25
Lines 102-107 src_configure() { Link Here
102
		-DUSE_OPENJPEG=$(usex jpeg2k)
102
		-DUSE_OPENJPEG=$(usex jpeg2k)
103
		-DUSE_OPENMP=$(usex openmp)
103
		-DUSE_OPENMP=$(usex openmp)
104
		-DUSE_WEBP=$(usex webp)
104
		-DUSE_WEBP=$(usex webp)
105
		-DBINARY_PACKAGE_BUILD=$(usex !cpudetection)
105
	)
106
	)
106
	CMAKE_BUILD_TYPE="RELWITHDEBINFO"
107
	CMAKE_BUILD_TYPE="RELWITHDEBINFO"
107
	cmake-utils_src_configure
108
	cmake-utils_src_configure
108
- 

Return to bug 692786