--- hexalate-1.0.1.ebuild +++ hexalate-1.0.1.ebuild @@ -3,7 +3,7 @@ # $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 $ EAPI=2 -inherit eutils qt4 games +inherit eutils qt4-r2 games DESCRIPTION="A color matching game" HOMEPAGE="http://gottcode.org/hexalate/" @@ -14,10 +14,11 @@ KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" src_configure() { - eqmake4 + qt4-r2_src_configure } src_install() {