Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/
Date: Tue, 01 Aug 2017 14:36:44
Message-Id: 1501598192.f582a0fabbe79e94935c493adf6be211f0d56cc7.hattya@gentoo
1 commit: f582a0fabbe79e94935c493adf6be211f0d56cc7
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 14:35:57 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 14:36:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f582a0fa
7
8 app-i18n/ibus-anthy: add support for python3
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
16 index 2f76f7939d7..d323809cf18 100644
17 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
18 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="6"
23 -PYTHON_COMPAT=( python2_7 )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit gnome2-utils ltprune python-single-r1