summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-19 18:36:26 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-19 18:36:26 +0200
commit9f7a482055ce32093d2ad7c579c19a6c0ddef277 (patch)
tree803325ac2f8995e6411e0661dfc9d724535c925b
parentdev-libs/libtasn1: fix asn1_find_node issue (diff)
downloadgentoo-9f7a482055ce32093d2ad7c579c19a6c0ddef277.tar.gz
gentoo-9f7a482055ce32093d2ad7c579c19a6c0ddef277.tar.bz2
gentoo-9f7a482055ce32093d2ad7c579c19a6c0ddef277.zip
dev-python/pyramid: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/pyramid/pyramid-1.5.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyramid/pyramid-1.5.8.ebuild b/dev-python/pyramid/pyramid-1.5.8.ebuild
index 93f7e7bbd2e0..3ecd8ac53db3 100644
--- a/dev-python/pyramid/pyramid-1.5.8.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1