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/rbtools/
Date: Tue, 04 Feb 2020 15:40:26
Message-Id: 1580830817.50e53dcb61ae5c365a701cb4ca045d3e5b378240.mgorny@gentoo
1 commit: 50e53dcb61ae5c365a701cb4ca045d3e5b378240
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 15:38:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 15:40:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e53dcb
7
8 dev-util/rbtools: Remove py2 in 1.0.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/rbtools/rbtools-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/rbtools/rbtools-1.0.2.ebuild b/dev-util/rbtools/rbtools-1.0.2.ebuild
16 index bf0b1a6a5f4..06ee7e70ea7 100644
17 --- a/dev-util/rbtools/rbtools-1.0.2.ebuild
18 +++ b/dev-util/rbtools/rbtools-1.0.2.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
26 +PYTHON_COMPAT=( python{3_6,3_7} )
27
28 inherit distutils-r1