projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2add42
)
dev-python/passlib: Add python3_6 to PYTHON_COMPAT
author
Patrick McLean
<chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:53:28 +0000
(18:53 -0800)
committer
Patrick McLean
<chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:53:46 +0000
(18:53 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/passlib/passlib-1.7.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/passlib/passlib-1.7.1-r1.ebuild
b/dev-python/passlib/passlib-1.7.1-r1.ebuild
index 01252ccc79fd2b9942abc3819257b2fca17af99c..00a8176a4c668e7d7e33bfc4dad7989f376620cf 100644
(file)
--- a/
dev-python/passlib/passlib-1.7.1-r1.ebuild
+++ b/
dev-python/passlib/passlib-1.7.1-r1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5
,3_6
} pypy )
inherit distutils-r1