Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Sat, 05 Sep 2020 02:04:34
Message-Id: 1599271361.26603b84956778d9d927a233c69f3c3494ccfcee.floppym@gentoo
1 commit: 26603b84956778d9d927a233c69f3c3494ccfcee
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Sep 4 03:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 02:02:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26603b84
7
8 app-i18n/ibus: Drop support for Python 2.7.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-i18n/ibus/ibus-1.5.22.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/ibus/ibus-1.5.22.ebuild b/app-i18n/ibus/ibus-1.5.22.ebuild
17 index 6bc65214c6d..5eae573dbe9 100644
18 --- a/app-i18n/ibus/ibus-1.5.22.ebuild
19 +++ b/app-i18n/ibus/ibus-1.5.22.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 VALA_MIN_API_VERSION="0.34"
27 VALA_USE_DEPEND="vapigen"