diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-10-08 17:49:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-10-08 17:49:02 +0000 |
commit | e7e166be5543009edea2a37e42d789171e5a103b (patch) | |
tree | 98ea69ead9627d27d30e4980707c71008bd6d40c /dev-python/flask-script | |
parent | sparc stable wrt #385149 (diff) | |
download | historical-e7e166be5543009edea2a37e42d789171e5a103b.tar.gz historical-e7e166be5543009edea2a37e42d789171e5a103b.tar.bz2 historical-e7e166be5543009edea2a37e42d789171e5a103b.zip |
Restrict py2.4 due to bug 382765.
Package-Manager: portage-2.2.0_alpha64/cvs/Linux x86_64
Diffstat (limited to 'dev-python/flask-script')
-rw-r--r-- | dev-python/flask-script/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/flask-script/flask-script-0.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/flask-script/ChangeLog b/dev-python/flask-script/ChangeLog index 23edd9783237..69376402bb43 100644 --- a/dev-python/flask-script/ChangeLog +++ b/dev-python/flask-script/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-script -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.2 2010/12/14 23:25:13 rafaelmartins Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.3 2011/10/08 17:47:49 floppym Exp $ + + 08 Oct 2011; Mike Gilbert <floppym@gentoo.org> flask-script-0.3.1.ebuild: + Restrict py2.4 due to bug 382765. 14 Dec 2010; Rafael G. Martins <rafaelmartins@gentoo.org> flask-script-0.3.1.ebuild: diff --git a/dev-python/flask-script/flask-script-0.3.1.ebuild b/dev-python/flask-script/flask-script-0.3.1.ebuild index e2071e8e0005..478b456be617 100644 --- a/dev-python/flask-script/flask-script-0.3.1.ebuild +++ b/dev-python/flask-script/flask-script-0.3.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.3 2011/04/21 23:51:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.4 2011/10/08 17:47:49 floppym Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" DISTUTILS_SRC_TEST="nosetests" inherit distutils |