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

Collapse All | Expand All

(-)PyQt4-4.7.1_pre20100205.ebuild.orig (-2 / +1 lines)
Lines 51-57 S=${WORKDIR}/${MY_P} Link Here
51
PATCHES=(
51
PATCHES=(
52
	"${FILESDIR}/${PN}-4.6.1-configure-multilib.patch"
52
	"${FILESDIR}/${PN}-4.6.1-configure-multilib.patch"
53
	"${FILESDIR}/${PN}-4.7-disable-stripping.patch"
53
	"${FILESDIR}/${PN}-4.7-disable-stripping.patch"
54
	"${FILESDIR}/${PN}-4.7-fix-phonon-check.patch"
55
)
54
)
56
55
57
src_prepare() {
56
src_prepare() {
Lines 144-150 src_install() { Link Here
144
	}
143
	}
145
	python_execute_function -s installation
144
	python_execute_function -s installation
146
145
147
	dodoc ChangeLog doc/pyqt4ref.txt NEWS THANKS || die
146
	dodoc doc/pyqt4ref.txt NEWS THANKS || die
148
147
149
	if use doc; then
148
	if use doc; then
150
		dohtml -r doc/* || die
149
		dohtml -r doc/* || die

Return to bug 303663