diff options
author | 2014-09-02 02:28:57 +0000 | |
---|---|---|
committer | 2014-09-02 02:28:57 +0000 | |
commit | 4f99f66fd629433b7a77bebad090b1e616df0624 (patch) | |
tree | d2e08e21f2df204ba254b88dcf7d7d811ecdc8d9 /dev-python/certifi | |
parent | version bump (diff) | |
download | gentoo-2-4f99f66fd629433b7a77bebad090b1e616df0624.tar.gz gentoo-2-4f99f66fd629433b7a77bebad090b1e616df0624.tar.bz2 gentoo-2-4f99f66fd629433b7a77bebad090b1e616df0624.zip |
add py3.2 to appease www-servers/tornado.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/certifi/certifi-14.05.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/certifi/ChangeLog b/dev-python/certifi/ChangeLog index 6ffff1b2282a..3f548302ee48 100644 --- a/dev-python/certifi/ChangeLog +++ b/dev-python/certifi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/certifi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.7 2014/08/27 15:24:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.8 2014/09/02 02:28:57 idella4 Exp $ + + 02 Sep 2014; Ian Delaney <idella4@gentoo.org> certifi-14.05.14.ebuild: + add py3.2 to appease www-servers/tornado. *certifi-14.05.14 (27 Aug 2014) diff --git a/dev-python/certifi/certifi-14.05.14.ebuild b/dev-python/certifi/certifi-14.05.14.ebuild index 8798ca7ce571..ef8ebebb38ed 100644 --- a/dev-python/certifi/certifi-14.05.14.ebuild +++ b/dev-python/certifi/certifi-14.05.14.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild,v 1.1 2014/08/27 15:24:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild,v 1.2 2014/09/02 02:28:57 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 |