summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-16 15:10:46 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-16 15:13:21 +0200
commit3bc2a8a1bf92de98f017f599e1ddd24a914fc3a2 (patch)
treebb210c230ee1aba379c6a101cc35c8822c769ba5 /dev-python/cookies
parentapp-emacs/ebuild-mode: ppc64 stable wrt bug #617340 (diff)
downloadgentoo-3bc2a8a1bf92de98f017f599e1ddd24a914fc3a2.tar.gz
gentoo-3bc2a8a1bf92de98f017f599e1ddd24a914fc3a2.tar.bz2
gentoo-3bc2a8a1bf92de98f017f599e1ddd24a914fc3a2.zip
dev-python/cookies: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/cookies')
-rw-r--r--dev-python/cookies/cookies-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cookies/cookies-2.2.1.ebuild b/dev-python/cookies/cookies-2.2.1.ebuild
index cd8a0c20174d..9fa792b0ddf7 100644
--- a/dev-python/cookies/cookies-2.2.1.ebuild
+++ b/dev-python/cookies/cookies-2.2.1.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,3_5,3_5,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
inherit distutils-r1