summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-09-02 02:28:57 +0000
committerIan Delaney <idella4@gentoo.org>2014-09-02 02:28:57 +0000
commit4f99f66fd629433b7a77bebad090b1e616df0624 (patch)
treed2e08e21f2df204ba254b88dcf7d7d811ecdc8d9 /dev-python/certifi
parentversion bump (diff)
downloadgentoo-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/ChangeLog5
-rw-r--r--dev-python/certifi/certifi-14.05.14.ebuild4
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