diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:47:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:47:18 +0000 |
commit | 3bb57f82aa57bfc5715bc94f8a5f3da49819679b (patch) | |
tree | fa993e0746f787e750d16f99761d3d5de34753c5 /dev-python/hiredis | |
parent | add threads useflag by backporting upstream fix (diff) | |
download | gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.gz gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.bz2 gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r-- | dev-python/hiredis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-0.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-0.1.1-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/hiredis/ChangeLog b/dev-python/hiredis/ChangeLog index 5c024d0d9b8c..9a5fb2540059 100644 --- a/dev-python/hiredis/ChangeLog +++ b/dev-python/hiredis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/hiredis # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.3 2013/07/12 09:28:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.4 2013/09/05 18:46:09 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> hiredis-0.1.1-r1.ebuild, + hiredis-0.1.1-r2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *hiredis-0.1.1-r2 (12 Jul 2013) diff --git a/dev-python/hiredis/hiredis-0.1.1-r1.ebuild b/dev-python/hiredis/hiredis-0.1.1-r1.ebuild index 0560c4f93e59..354b67c9da5d 100644 --- a/dev-python/hiredis/hiredis-0.1.1-r1.ebuild +++ b/dev-python/hiredis/hiredis-0.1.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/06/23 16:34:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/hiredis-0.1.1-r1.ebuild,v 1.2 2013/09/05 18:46:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 diff --git a/dev-python/hiredis/hiredis-0.1.1-r2.ebuild b/dev-python/hiredis/hiredis-0.1.1-r2.ebuild index 593bf1cec5d1..269f25a79002 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-2013 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.1 2013/07/12 09:28:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/hiredis-0.1.1-r2.ebuild,v 1.2 2013/09/05 18:46:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |