Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102853
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
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
14
IUSE=""
14
IUSE="arts"
15
15
16
DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
16
DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
17
17
18
src_compile() {
18
src_compile() {
19
	econf || die "econf failed"
19
	econf $(use_with arts) || die "econf failed"
20
	emake || die "make failed"
20
	emake || die "make failed"
21
}
21
}
22
22

Return to bug 102853