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

Collapse All | Expand All

(-)/usr/portage/media-gfx/exiv2/exiv2-0.28.0.ebuild (-2 / +3 lines)
Lines 22-33 Link Here
22
# We may be able to change it to $(ver_cut 1-2) once e.g.
22
# We may be able to change it to $(ver_cut 1-2) once e.g.
23
# https://github.com/Exiv2/exiv2/pull/917 is merged.
23
# https://github.com/Exiv2/exiv2/pull/917 is merged.
24
SLOT="0/$(ver_cut 1-2)"
24
SLOT="0/$(ver_cut 1-2)"
25
IUSE="+bmff doc examples nls +png test webready +xmp"
25
IUSE="+bmff brotli doc examples nls +png test webready +xmp"
26
RESTRICT="!test? ( test )"
26
RESTRICT="!test? ( test )"
27
27
28
RDEPEND="
28
RDEPEND="
29
	>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
29
	>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
30
	nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
30
	nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
31
	brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
31
	png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
32
	png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
32
	webready? (
33
	webready? (
33
		net-misc/curl[${MULTILIB_USEDEP}]
34
		net-misc/curl[${MULTILIB_USEDEP}]
Lines 72-78 Link Here
72
multilib_src_configure() {
73
multilib_src_configure() {
73
	local mycmakeargs=(
74
	local mycmakeargs=(
74
		-DEXIV2_BUILD_SAMPLES=NO
75
		-DEXIV2_BUILD_SAMPLES=NO
75
		-DEXIV2_ENABLE_BROTLI=OFF
76
		-DEXIV2_ENABLE_BROTLI=$(usex brotli)
76
		-DEXIV2_ENABLE_NLS=$(usex nls)
77
		-DEXIV2_ENABLE_NLS=$(usex nls)
77
		-DEXIV2_ENABLE_PNG=$(usex png)
78
		-DEXIV2_ENABLE_PNG=$(usex png)
78
		-DEXIV2_ENABLE_CURL=$(usex webready)
79
		-DEXIV2_ENABLE_CURL=$(usex webready)

Return to bug 915213