diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-20 02:43:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-20 02:43:16 +0000 |
commit | 6ce9e5e1b6f4c93ee8817dcf8b317778dc213268 (patch) | |
tree | 71a607ea238ffe778d571ff3631ee22ae0d71433 /app-i18n/scim-tables/scim-tables-0.3.5.ebuild | |
parent | Initial import for app-sci/embassy-hmmer (Manifest recommit) (diff) | |
download | gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.tar.gz gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.tar.bz2 gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.zip |
Put 0.4.0 back to stable. See bug #57630
Diffstat (limited to 'app-i18n/scim-tables/scim-tables-0.3.5.ebuild')
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-i18n/scim-tables/scim-tables-0.3.5.ebuild b/app-i18n/scim-tables/scim-tables-0.3.5.ebuild index 6445bf60a623..5ebfb8d2733c 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.5.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.5.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.3.5.ebuild,v 1.5 2004/07/17 10:55:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.5.ebuild,v 1.6 2004/07/20 02:43:16 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://freedesktop.org/~suzhe/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="|| ( >=app-i18n/scim-0.5.6 app-i18n/scim-cvs )" +DEPEND=">=app-i18n/scim-0.9.6 + !>=app-i18n/scim-0.99" src_compile() { econf || die "econf failed" |