--- connectagram-1.0.1-r1.ebuild +++ connectagram-1.0.1-r1.ebuild @@ -3,7 +3,7 @@ # $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 $ EAPI=2 -inherit gnome2-utils qt4 games +inherit gnome2-utils qt4-r2 games DESCRIPTION="A word unscrambling game" HOMEPAGE="http://gottcode.org/connectagram/" @@ -14,7 +14,8 @@ KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" src_prepare() { sed -i \ @@ -25,7 +26,7 @@ } src_configure() { - eqmake4 + qt4-r2_src_configure } src_install() {