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

Collapse All | Expand All

(-)hwoarang/development/gentoo-x86/eclass/qt4-build.eclass (-1 / +7 lines)
Lines 14-19 Link Here
14
inherit base eutils multilib toolchain-funcs flag-o-matic versionator
14
inherit base eutils multilib toolchain-funcs flag-o-matic versionator
15
15
16
IUSE="${IUSE} debug pch"
16
IUSE="${IUSE} debug pch"
17
18
# add 'exceptions' use flag, wrt bug 240185. This change must not
19
# affect 4.4.2 and 4.5.1 stable packages
20
[[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && [[ ${PV} !=  "4.4.2" ]] && \
21
[[ ${PV} != "4.5.1" ]] && IUSE="${IUSE} exceptions"
22
17
RDEPEND="
23
RDEPEND="
18
	!<x11-libs/qt-assistant-${PV}
24
	!<x11-libs/qt-assistant-${PV}
19
	!>x11-libs/qt-assistant-${PV}-r9999
25
	!>x11-libs/qt-assistant-${PV}-r9999
Lines 292-298 standard_configure_options() { Link Here
292
		-plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
298
		-plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
293
		-translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
299
		-translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
294
		-demosdir ${QTDEMOSDIR} -silent -fast
300
		-demosdir ${QTDEMOSDIR} -silent -fast
295
		$([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
301
		$(has exceptions ${IUSE} && ! use exceptions && echo -no-exceptions)
296
		-reduce-relocations -nomake examples -nomake demos"
302
		-reduce-relocations -nomake examples -nomake demos"
297
303
298
	# Make eclass 4.5.{1,2} ready
304
	# Make eclass 4.5.{1,2} ready

Return to bug 240185