summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-tables/scim-tables-0.5.3.ebuild')
-rw-r--r--app-i18n/scim-tables/scim-tables-0.5.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/scim-tables/scim-tables-0.5.3.ebuild b/app-i18n/scim-tables/scim-tables-0.5.3.ebuild
index d5b7c176f02c..da6eeec27bc8 100644
--- a/app-i18n/scim-tables/scim-tables-0.5.3.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.3.ebuild,v 1.1 2005/08/17 10:08:56 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.3.ebuild,v 1.2 2005/09/29 10:08:38 usata Exp $
inherit kde-functions
@@ -10,13 +10,13 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
+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"
}