diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 15:24:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 15:24:34 +0000 |
commit | 34a3cef94a94fd868b0f201735f9f70dc09fe954 (patch) | |
tree | bba0edeccc87ace64837e3504e4b9b6b7a33ee06 /dev-python/dogpile-cache | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-34a3cef94a94fd868b0f201735f9f70dc09fe954.tar.gz gentoo-2-34a3cef94a94fd868b0f201735f9f70dc09fe954.tar.bz2 gentoo-2-34a3cef94a94fd868b0f201735f9f70dc09fe954.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/dogpile-cache')
-rw-r--r-- | dev-python/dogpile-cache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dogpile-cache/ChangeLog b/dev-python/dogpile-cache/ChangeLog index 28db8e328d9b..f9096a6a0bdf 100644 --- a/dev-python/dogpile-cache/ChangeLog +++ b/dev-python/dogpile-cache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dogpile-cache # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.6 2014/11/10 06:52:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.7 2014/11/27 15:24:34 pacho Exp $ + + 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> dogpile-cache-0.5.4.ebuild: + Support python 3.4 *dogpile-cache-0.5.4 (10 Nov 2014) diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild index 2a95a61e954c..629b7ca5948f 100644 --- a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-0.5.4.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/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 1.1 2014/11/10 06:52:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 1.2 2014/11/27 15:24:34 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |