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

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- connectagram-1.0.1-r1.ebuild
0
++ connectagram-1.0.1-r1.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v 1.2 2010/02/27 18:12:30 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v 1.2 2010/02/27 18:12:30 phajdan.jr Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit gnome2-utils qt4 games
6
inherit gnome2-utils qt4-r2 games
7
7
8
DESCRIPTION="A word unscrambling game"
8
DESCRIPTION="A word unscrambling game"
9
HOMEPAGE="http://gottcode.org/connectagram/"
9
HOMEPAGE="http://gottcode.org/connectagram/"
Lines 14-20 Link Here
14
KEYWORDS="~amd64 x86"
14
KEYWORDS="~amd64 x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="x11-libs/qt-gui:4"
17
DEPEND="x11-libs/qt-core:4
18
	x11-libs/qt-gui:4"
18
19
19
src_prepare() {
20
src_prepare() {
20
	sed -i \
21
	sed -i \
Lines 25-31 Link Here
25
}
26
}
26
27
27
src_configure() {
28
src_configure() {
28
	eqmake4
29
	qt4-r2_src_configure
29
}
30
}
30
31
31
src_install() {
32
src_install() {

Return to bug 410377