projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d3837
)
dev-python/httreplay: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 13:15:24 +0000
(15:15 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 14:21:57 +0000
(16:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/httreplay/httreplay-0.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/httreplay/httreplay-0.2.0.ebuild
b/dev-python/httreplay/httreplay-0.2.0.ebuild
index 471ded4fc0b2b0999c78ecce22004537accd2f2a..257a64cac890b67a4e5f3d5388b8ffb61af7a732 100644
(file)
--- a/
dev-python/httreplay/httreplay-0.2.0.ebuild
+++ b/
dev-python/httreplay/httreplay-0.2.0.ebuild
@@
-1,9
+1,8
@@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1