diff options
Diffstat (limited to 'app-i18n/uim')
-rw-r--r-- | app-i18n/uim/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/uim/uim-0.4.9.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/uim/uim-0.5.0.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index 35120e10a590..a3155c2a3c96 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/uim # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.122 2005/10/01 10:51:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.123 2005/10/01 11:48:18 usata Exp $ + + 01 Oct 2005; Mamoru KOMACHI <usata@gentoo.org> uim-0.4.9.1.ebuild, + uim-0.5.0.1.ebuild: + Marked 0.4.9.1 stable for bug #107748. Fixed build error when libedit + is installed; bug #107747. 01 Oct 2005; Simon Stelling <blubb@gentoo.org> uim-0.5.0.1.ebuild: stable on amd64 wrt bug 107748 diff --git a/app-i18n/uim/uim-0.4.9.1.ebuild b/app-i18n/uim/uim-0.4.9.1.ebuild index 4bd444a95482..2d945424e28b 100644 --- a/app-i18n/uim/uim-0.4.9.1.ebuild +++ b/app-i18n/uim/uim-0.4.9.1.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/uim/uim-0.4.9.1.ebuild,v 1.1 2005/09/29 08:48:19 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-0.4.9.1.ebuild,v 1.2 2005/10/01 11:48:18 usata Exp $ inherit eutils kde-functions flag-o-matic multilib @@ -13,7 +13,7 @@ SRC_URI="http://uim.freedesktop.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="gtk qt immqt immqt-bc nls X m17n-lib canna" #IUSE="${IUSE} scim" diff --git a/app-i18n/uim/uim-0.5.0.1.ebuild b/app-i18n/uim/uim-0.5.0.1.ebuild index 82b3347d30a0..fe681ea548a0 100644 --- a/app-i18n/uim/uim-0.5.0.1.ebuild +++ b/app-i18n/uim/uim-0.5.0.1.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/uim/uim-0.5.0.1.ebuild,v 1.2 2005/10/01 10:51:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-0.5.0.1.ebuild,v 1.3 2005/10/01 11:48:18 usata Exp $ inherit eutils kde-functions flag-o-matic multilib @@ -75,7 +75,8 @@ src_compile() { libtoolize --copy --force # --with-scim is not stable enough - econf ${myconf} --without-scim || die "econf failed" + # --with-libedit should be fixed in SVN trunk, but not well tested + econf ${myconf} --without-scim --without-libedit || die "econf failed" emake -j1 || die "emake failed" } |