projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc9b08
)
dev-python/pika-pool: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:22:29 +0000
(17:22 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:51 +0000
(17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pika-pool/pika-pool-0.1.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pika-pool/pika-pool-0.1.3.ebuild
b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
index 9eaee5cac09335ff80116622ce8653a6510718fa..3d6c86638e9d66c0353181e3e127b7af6b6ccc2c 100644
(file)
--- a/
dev-python/pika-pool/pika-pool-0.1.3.ebuild
+++ b/
dev-python/pika-pool/pika-pool-0.1.3.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_
4 python3_5
)
+PYTHON_COMPAT=( python2_7 python3_
{4,5,6}
)
inherit distutils-r1