--- /usr/portage/app-i18n/scim-tables/scim-tables-0.5.3.ebuild 2005-09-08 00:25:39.000000000 +0200 +++ scim-tables-0.5.3.ebuild 2005-09-08 01:01:09.000000000 +0200 @@ -11,12 +11,12 @@ SRC_URI="mirror://sourceforge/scim/${P}. LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" +IUSE="arts" DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )" src_compile() { - econf || die "econf failed" + econf $(use_with arts) || die "econf failed" emake || die "make failed" }