Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/
Date: Thu, 07 May 2020 13:18:31
Message-Id: 1588857480.6ed5a4da703db158a0bb04008174c32f20dc3079.mgorny@gentoo
1 commit: 6ed5a4da703db158a0bb04008174c32f20dc3079
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:10:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:18:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5a4da
7
8 app-i18n/nkf: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-i18n/nkf/nkf-2.1.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
16 index 313a6e04ac4..25f4cbcc3d4 100644
17 --- a/app-i18n/nkf/nkf-2.1.4.ebuild
18 +++ b/app-i18n/nkf/nkf-2.1.4.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=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot