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

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- cutemaze-1.1.0.ebuild
0
++ cutemaze-1.1.0.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.2 2010/02/27 16:07:52 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.2 2010/02/27 16:07:52 phajdan.jr Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils qt4 games
6
inherit eutils qt4-r2 games
7
7
8
DESCRIPTION="A simple, top-down game in which mazes are randomly generated"
8
DESCRIPTION="A simple, top-down game in which mazes are randomly generated"
9
HOMEPAGE="http://gottcode.org/cutemaze/"
9
HOMEPAGE="http://gottcode.org/cutemaze/"
Lines 14-24 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
	x11-libs/qt-svg:4"
19
	x11-libs/qt-svg:4"
19
20
20
src_configure() {
21
src_configure() {
21
	eqmake4
22
	qt4-r2_src_configure
22
}
23
}
23
24
24
src_install() {
25
src_install() {

Return to bug 410029