--- /usr/portage/kde-misc/ksplash-engine-moodin/ksplash-engine-moodin-0.4.2-r1.ebuild 2009-04-12 11:07:53.000000000 +0300 +++ /usr/local/portage/kde-misc/ksplash-engine-moodin/ksplash-engine-moodin-0.4.2-r2.ebuild 2009-09-01 09:19:06.000000000 +0300 @@ -14,7 +14,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="arts" DEPEND="|| ( =kde-base/kdebase-3.5* =kde-base/ksplashml-3.5* )" @@ -24,6 +23,5 @@ PATCHES="${FILESDIR}/${P}-multihead.patch" src_compile() { - econf $(use_with arts) || die "econf failed" - emake || die "emake failed" + kde_src_compile all || die "kde_src_compile failed." }