diff options
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r-- | app-i18n/ibus-anthy/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus-anthy/ChangeLog b/app-i18n/ibus-anthy/ChangeLog index a06c660c2032..ba46c6724755 100644 --- a/app-i18n/ibus-anthy/ChangeLog +++ b/app-i18n/ibus-anthy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus-anthy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.44 2013/07/28 10:49:28 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.45 2013/09/05 18:22:03 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> ibus-anthy-1.5.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 28 Jul 2013; Naohiro Aota <naota@gentoo.org> ibus-anthy-1.5.0.ebuild: Move python_optimize into src_install. #478120 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild index 3ff3cc0e13dd..2b8ba2f1137f 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.4 2013/07/28 10:49:28 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.5 2013/09/05 18:22:03 mgorny Exp $ EAPI=5 PYTHON_DEPEND="2:2.5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils python-single-r1 autotools gnome2-utils DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" |