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

(-)/usr/portage/x11-libs/qt-qt3support/qt-qt3support-4.4.0.ebuild (-3 / +6 lines)
Lines 11-20 Link Here
11
LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
11
LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
12
SLOT="4"
12
SLOT="4"
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE="+accessibility"
14
IUSE="+accessibility phonon"
15
15
16
DEPEND="~x11-libs/qt-gui-${PV}
16
DEPEND="~x11-libs/qt-gui-${PV}
17
	~x11-libs/qt-sql-${PV}"
17
	~x11-libs/qt-sql-${PV}
18
	phonon? ( ~x11-libs/qt-phonon-${PV} ) "
18
RDEPEND="${DEPEND}"
19
RDEPEND="${DEPEND}"
19
20
20
QT4_TARGET_DIRECTORIES="
21
QT4_TARGET_DIRECTORIES="
Lines 40-46 Link Here
40
41
41
src_compile() {
42
src_compile() {
42
	local myconf
43
	local myconf
43
	myconf="${myconf} -qt3support -no-gstreamer -no-phonon
44
	myconf="${myconf} -qt3support
45
		$(qt_use phonon gstreamer)
46
		$(qt_use phonon)
44
		$(qt_use accessibility)"
47
		$(qt_use accessibility)"
45
48
46
	qt4-build_src_compile
49
	qt4-build_src_compile

Return to bug 222685