diff options
Diffstat (limited to 'app-i18n/scim-tables/scim-tables-0.4.0.ebuild')
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild index fe61e8804e14..0dac979f2223 100644 --- a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.4.0.ebuild,v 1.2 2004/06/24 21:54:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.0.ebuild,v 1.3 2004/06/28 08:09:42 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://freedesktop.org/~suzhe/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND=">=app-i18n/scim-0.5.6" +DEPEND="|| ( >=app-i18n/scim-0.5.6 app-i18n/scim-cvs )" src_compile() { econf || die "econf failed" |