commit: 3bc2a8a1bf92de98f017f599e1ddd24a914fc3a2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 13:10:46 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 13:13:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc2a8a1
dev-python/cookies: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/cookies/cookies-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cookies/cookies-2.2.1.ebuild
b/dev-python/cookies/cookies-2.2.1.ebuild
index cd8a0c20174..9fa792b0ddf 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