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

Collapse All | Expand All

(-)universalindentgui-1.1.0-r2.ebuild.orig (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit qt4-r2
7
inherit eutils qt4-r2
8
8
9
DESCRIPTION="Cross platform compatible GUI for several code formatters, beautifiers and indenters."
9
DESCRIPTION="Cross platform compatible GUI for several code formatters, beautifiers and indenters."
10
HOMEPAGE="http://universalindent.sourceforge.net/"
10
HOMEPAGE="http://universalindent.sourceforge.net/"
Lines 117-122 Link Here
117
		fi
117
		fi
118
	done
118
	done
119
119
120
	epatch "${FILESDIR}"/${P}-gcc45.patch
120
}
121
}
121
122
122
src_configure() {
123
src_configure() {

Return to bug 321323