projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc1882
)
app-misc/icdiff: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 17:21:16 +0000
(19:21 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 17:49:07 +0000
(19:49 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-misc/icdiff/icdiff-1.9.1.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/icdiff/icdiff-1.9.1.ebuild
b/app-misc/icdiff/icdiff-1.9.1.ebuild
index 190d11b72b67328e356236bfda5f7f1d8cfbe260..ba4846bf44258fbc5744cc64ba85f4fe29d2e83f 100644
(file)
--- a/
app-misc/icdiff/icdiff-1.9.1.ebuild
+++ b/
app-misc/icdiff/icdiff-1.9.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=(
python2_7 python3_4 python3_5
)
+PYTHON_COMPAT=(
python2_7 python3_{4,5,6}
)
inherit distutils-r1