summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 21:19:10 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 21:19:10 +0000
commit1062768c2ecc0ab4e62a7f2318a14c4a83074333 (patch)
treeec49e8ef84b88e0b69e7deab2a1064796f9fc29c /dev-python/hiredis
parentSupport python 3.4 (diff)
downloadgentoo-2-1062768c2ecc0ab4e62a7f2318a14c4a83074333.tar.gz
gentoo-2-1062768c2ecc0ab4e62a7f2318a14c4a83074333.tar.bz2
gentoo-2-1062768c2ecc0ab4e62a7f2318a14c4a83074333.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r--dev-python/hiredis/ChangeLog5
-rw-r--r--dev-python/hiredis/hiredis-0.1.1-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/hiredis/ChangeLog b/dev-python/hiredis/ChangeLog
index 0001706f4816..fc985bca25aa 100644
--- a/dev-python/hiredis/ChangeLog
+++ b/dev-python/hiredis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/hiredis
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.5 2014/06/16 02:25:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.6 2014/11/24 21:19:10 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> hiredis-0.1.1-r2.ebuild:
+ Support python 3.4
16 Jun 2014; Mike Frysinger <vapier@gentoo.org> hiredis-0.1.1-r2.ebuild:
Add arm love #511026.
diff --git a/dev-python/hiredis/hiredis-0.1.1-r2.ebuild b/dev-python/hiredis/hiredis-0.1.1-r2.ebuild
index 18b7c8895a2e..eb1e2923735a 100644
--- a/dev-python/hiredis/hiredis-0.1.1-r2.ebuild
+++ b/dev-python/hiredis/hiredis-0.1.1-r2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/hiredis-0.1.1-r2.ebuild,v 1.3 2014/06/16 02:25:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/hiredis-0.1.1-r2.ebuild,v 1.4 2014/11/24 21:19:10 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1