summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/ChangeLog5
-rw-r--r--dev-python/paste/paste-1.7.5.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog
index 9c7fa396c217..57f3ec2a1e5a 100644
--- a/dev-python/paste/ChangeLog
+++ b/dev-python/paste/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paste
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.21 2013/03/20 21:24:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.22 2013/09/05 18:46:46 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> paste-1.7.5.1-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
20 Mar 2013; Mike Gilbert <floppym@gentoo.org> paste-1.7.5.1-r1.ebuild:
Put the egg-info files in the build directory; should resove bug 462424.
diff --git a/dev-python/paste/paste-1.7.5.1-r1.ebuild b/dev-python/paste/paste-1.7.5.1-r1.ebuild
index 2e2c657cab16..11fed12c7cb0 100644
--- a/dev-python/paste/paste-1.7.5.1-r1.ebuild
+++ b/dev-python/paste/paste-1.7.5.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/paste/paste-1.7.5.1-r1.ebuild,v 1.4 2013/03/20 21:24:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r1.ebuild,v 1.5 2013/09/05 18:46:46 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1