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

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- hexalate-1.0.1.ebuild
0
++ hexalate-1.0.1.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.2 2010/02/27 15:35:11 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.2 2010/02/27 15:35:11 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 color matching game"
8
DESCRIPTION="A color matching game"
9
HOMEPAGE="http://gottcode.org/hexalate/"
9
HOMEPAGE="http://gottcode.org/hexalate/"
Lines 14-23 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_configure() {
20
src_configure() {
20
	eqmake4
21
	qt4-r2_src_configure
21
}
22
}
22
23
23
src_install() {
24
src_install() {

Return to bug 410027