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/xmldiff/
Date: Tue, 11 Feb 2020 11:38:39
Message-Id: 1581421104.6229410991a8fc5105b69e3e1d13fd5d475e5578.mgorny@gentoo
1 commit: 6229410991a8fc5105b69e3e1d13fd5d475e5578
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:33:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62294109
7
8 app-text/xmldiff: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/xmldiff/xmldiff-1.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild
16 index c09c0495882..08e9a9a605f 100644
17 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild
18 +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25
26 inherit distutils-r1