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: dev-util/setconf/
Date: Thu, 07 May 2020 15:08:15
Message-Id: 1588864079.d22d5fcdedfb41db889443711935d94dbf20a887.mgorny@gentoo
1 commit: d22d5fcdedfb41db889443711935d94dbf20a887
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:02:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:07:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22d5fcd
7
8 dev-util/setconf: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/setconf/setconf-0.6.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/setconf/setconf-0.6.7.ebuild b/dev-util/setconf/setconf-0.6.7.ebuild
16 index 80a45d7339c..9152802536d 100644
17 --- a/dev-util/setconf/setconf-0.6.7.ebuild
18 +++ b/dev-util/setconf/setconf-0.6.7.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25 inherit python-single-r1
26
27 DESCRIPTION="A small python based utility used to change configuration files"