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

(-)transmission-2.31.ebuild (-3 / +1 lines)
Lines 75-87 Link Here
75
		$(use gtk && use_enable libnotify) \
75
		$(use gtk && use_enable libnotify) \
76
		$(use gtk && use_enable libcanberra) \
76
		$(use gtk && use_enable libcanberra) \
77
		--disable-gconf2
77
		--disable-gconf2
78
79
	use qt4 && cd qt && eqmake4 qtr.pro
80
}
78
}
81
79
82
src_compile() {
80
src_compile() {
83
	emake
81
	emake
84
	use qt4 && cd qt && emake
82
	use qt4 && cd qt && eqmake4 qtr.pro && emake
85
}
83
}
86
84
87
src_install() {
85
src_install() {

Return to bug 368523