View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-i18n/scim-tables/scim-tables-0.5.3.ebuild (-2 / +2 lines)
 Lines 11-22   SRC_URI="mirror://sourceforge/scim/${P}. Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
IUSE="arts"
DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
src_compile() {
src_compile() {
	econf || die "econf failed"
	econf $(use_with arts) || die "econf failed"
	emake || die "make failed"
	emake || die "make failed"
}
}