summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-06-14 05:16:16 +0000
committerIan Delaney <idella4@gentoo.org>2013-06-14 05:16:16 +0000
commit0079fc21fdf19f1a2a95087f87456f77e0aa0503 (patch)
treefd78d6342812899aa675e9f251857fa66f23c4c7 /dev-python/decorator
parentVersion bump. (diff)
downloadgentoo-2-0079fc21fdf19f1a2a95087f87456f77e0aa0503.tar.gz
gentoo-2-0079fc21fdf19f1a2a95087f87456f77e0aa0503.tar.bz2
gentoo-2-0079fc21fdf19f1a2a95087f87456f77e0aa0503.zip
Add, re-add py2.5 support
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/ChangeLog5
-rw-r--r--dev-python/decorator/decorator-3.4.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/decorator/ChangeLog b/dev-python/decorator/ChangeLog
index c5ab62ab7a46..7464aaa623a7 100644
--- a/dev-python/decorator/ChangeLog
+++ b/dev-python/decorator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.62 2013/02/24 17:49:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.63 2013/06/14 05:16:16 idella4 Exp $
+
+ 14 Jun 2013; Ian Delaney <idella4@gentoo.org> decorator-3.4.0-r1.ebuild:
+ Add, re-add py2.5 support
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> decorator-3.3.2.ebuild:
Stable for sh, wrt bug #449426
diff --git a/dev-python/decorator/decorator-3.4.0-r1.ebuild b/dev-python/decorator/decorator-3.4.0-r1.ebuild
index addabdd5e33d..4bd349099d26 100644
--- a/dev-python/decorator/decorator-3.4.0-r1.ebuild
+++ b/dev-python/decorator/decorator-3.4.0-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.2 2013/02/10 17:57:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.3 2013/06/14 05:16:16 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1