projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb2d08
)
dev-python/meld3: add Python 3.7 support
author
Louis Sautier
<sbraz@gentoo.org>
Sat, 6 Apr 2019 15:47:33 +0000
(17:47 +0200)
committer
Louis Sautier
<sbraz@gentoo.org>
Sat, 6 Apr 2019 15:53:42 +0000
(17:53 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
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 7fa57a127022163351e9faeed75e4196ae0e1acc..600e0e992385e29012f68ce6c374552e2acd8657 100644
(file)
--- a/
dev-python/meld3/meld3-1.0.2-r2.ebuild
+++ b/
dev-python/meld3/meld3-1.0.2-r2.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6
,7
}} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1