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

(-)/usr/portage/dev-python/PyQt/PyQt-3.17.6.ebuild (-1 / +1 lines)
Lines 40-50 Link Here
40
			-n /usr/include \
40
			-n /usr/include \
41
			-o /usr/$(get_libdir) \
41
			-o /usr/$(get_libdir) \
42
			-w -y qt-mt"
42
			-w -y qt-mt"
43
	use debug && myconf="${myconf} -u"
43
	use debug && myconf="${myconf} -u"
44
44
45
	python configure.py ${myconf}
45
	python configure.py -u ${myconf}
46
	emake || die "emake failed"
46
	emake || die "emake failed"
47
}
47
}
48
48
49
src_install() {
49
src_install() {
50
	make DESTDIR="${D}" install || die "install failed"
50
	make DESTDIR="${D}" install || die "install failed"

Return to bug 188405