diff options
Diffstat (limited to 'dev-python/couchdb-python')
-rw-r--r-- | dev-python/couchdb-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/couchdb-python/couchdb-python-0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/couchdb-python/ChangeLog b/dev-python/couchdb-python/ChangeLog index 6db4b51766bf..b79502cc852f 100644 --- a/dev-python/couchdb-python/ChangeLog +++ b/dev-python/couchdb-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/couchdb-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.25 2013/06/25 12:55:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.26 2013/09/05 18:47:12 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> couchdb-python-0.8-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> couchdb-python-0.9.ebuild: Stable for amd64, wrt bug #472856 diff --git a/dev-python/couchdb-python/couchdb-python-0.8-r1.ebuild b/dev-python/couchdb-python/couchdb-python-0.8-r1.ebuild index 832743752825..3fb0ed8ff75d 100644 --- a/dev-python/couchdb-python/couchdb-python-0.8-r1.ebuild +++ b/dev-python/couchdb-python/couchdb-python-0.8-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/couchdb-python/couchdb-python-0.8-r1.ebuild,v 1.4 2013/05/14 09:38:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.8-r1.ebuild,v 1.5 2013/09/05 18:47:12 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |