projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f398a
)
dev-python/meld3: remove Python2 support
author
Louis Sautier
<sbraz@gentoo.org>
Tue, 11 Feb 2020 11:59:05 +0000
(12:59 +0100)
committer
Louis Sautier
<sbraz@gentoo.org>
Tue, 11 Feb 2020 12:03:16 +0000
(13:03 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/meld3/meld3-1.0.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/meld3/meld3-1.0.2-r2.ebuild
b/dev-python/meld3/meld3-1.0.2-r2.ebuild
index 0d78453b3971044252dd9488973532016876209d..2e543ecf3d633c785acca840b1c7cd1fdce120ad 100644
(file)
--- a/
dev-python/meld3/meld3-1.0.2-r2.ebuild
+++ b/
dev-python/meld3/meld3-1.0.2-r2.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python
{2_7,3_{6,7}
} )
+PYTHON_COMPAT=( pypy3 python
3_{6,7
} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1