summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-04 18:15:07 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-04 18:15:33 +0200
commit60b890ab09d10854c7d27cde9c4702433ce0548b (patch)
tree5f50332b3b46eb48f816c749c606981153329236
parentapp-xemacs/ebuild-mode: x86 stable wrt bug #617340 (diff)
downloadgentoo-60b890ab.tar.gz
gentoo-60b890ab.tar.bz2
gentoo-60b890ab.zip
dev-python/contextlib2: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/contextlib2/contextlib2-0.5.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/contextlib2/contextlib2-0.5.4.ebuild b/dev-python/contextlib2/contextlib2-0.5.4.ebuild
index 2b361c2afba1..6884affba34d 100644
--- a/dev-python/contextlib2/contextlib2-0.5.4.ebuild
+++ b/dev-python/contextlib2/contextlib2-0.5.4.ebuild
@@ -3,7 +3,7 @@
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