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-text/restview/
Date: Tue, 11 Feb 2020 11:38:38
Message-Id: 1581421101.acabce03702a7f7f38f2739e48e87426ddea515c.mgorny@gentoo
1 commit: acabce03702a7f7f38f2739e48e87426ddea515c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:33:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acabce03
7
8 app-text/restview: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/restview/restview-2.9.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/restview/restview-2.9.2.ebuild b/app-text/restview/restview-2.9.2.ebuild
16 index 43653ab1a97..e8fc0287a8f 100644
17 --- a/app-text/restview/restview-2.9.2.ebuild
18 +++ b/app-text/restview/restview-2.9.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25
26 inherit distutils-r1