diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-13 15:24:55 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-13 15:24:55 +0100 |
commit | 1c3309c2580d1e2595849baa5bba8bb778937200 (patch) | |
tree | 7117e1b1f7196218cb4a07c21c60d79c31e9af36 /dev-python/cookies | |
parent | golang-vcs-snapshot.eclass: typo fix -- a variable name was in the wrong (diff) | |
download | gentoo-1c3309c2580d1e2595849baa5bba8bb778937200.tar.gz gentoo-1c3309c2580d1e2595849baa5bba8bb778937200.tar.bz2 gentoo-1c3309c2580d1e2595849baa5bba8bb778937200.zip |
dev-python/cookies: Add python3_5 support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/cookies')
-rw-r--r-- | dev-python/cookies/cookies-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cookies/cookies-2.2.1.ebuild b/dev-python/cookies/cookies-2.2.1.ebuild index ee8d9d78b0ad..cd8a0c20174d 100644 --- a/dev-python/cookies/cookies-2.2.1.ebuild +++ b/dev-python/cookies/cookies-2.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_5,3_5}) inherit distutils-r1 |