diff options
author | 2006-09-24 18:05:04 +0000 | |
---|---|---|
committer | 2006-09-24 18:05:04 +0000 | |
commit | 53c78fd7b4510baa16dde2852dd3547cc726cdd0 (patch) | |
tree | 043d3e8cc453c89a78c40992cb3a79d5873b9841 /app-i18n | |
parent | Bumped jdk dependency to 1.3, to fix compilation with jikes / kaffe. (diff) | |
download | gentoo-2-53c78fd7b4510baa16dde2852dd3547cc726cdd0.tar.gz gentoo-2-53c78fd7b4510baa16dde2852dd3547cc726cdd0.tar.bz2 gentoo-2-53c78fd7b4510baa16dde2852dd3547cc726cdd0.zip |
Fix the autotools version dependencies.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-pinyin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog index 8161017d274d..5fc939d8e900 100644 --- a/app-i18n/scim-pinyin/ChangeLog +++ b/app-i18n/scim-pinyin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-pinyin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.14 2006/07/04 18:49:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.15 2006/09/24 18:05:04 flameeyes Exp $ + + 24 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> + scim-pinyin-0.5.91-r1.ebuild: + Fix the autotools version dependencies. 04 Jul 2006; Markus Rothe <corsair@gentoo.org> scim-pinyin-0.5.91-r1.ebuild: diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild index c5a22af80776..d2b7481298e5 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.2 2006/07/04 18:49:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r1.ebuild,v 1.3 2006/09/24 18:05:04 flameeyes Exp $ + +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest inherit kde-functions eutils autotools |