diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-10-08 17:46:15 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-10-08 17:46:15 +0000 |
commit | 4ea5889e39dabb21d6c95191f9a380bb0aa2b811 (patch) | |
tree | e4c385fd164c6772d3a52f9da592933926795b49 /dev-python/flask-openid | |
parent | sparc stable wrt #385149 (diff) | |
download | gentoo-2-4ea5889e39dabb21d6c95191f9a380bb0aa2b811.tar.gz gentoo-2-4ea5889e39dabb21d6c95191f9a380bb0aa2b811.tar.bz2 gentoo-2-4ea5889e39dabb21d6c95191f9a380bb0aa2b811.zip |
Restrict py2.4 due to bug 382765.
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flask-openid')
-rw-r--r-- | dev-python/flask-openid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/flask-openid/flask-openid-1.0.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/flask-openid/ChangeLog b/dev-python/flask-openid/ChangeLog index edf818945d6e..685f8e6a6e1a 100644 --- a/dev-python/flask-openid/ChangeLog +++ b/dev-python/flask-openid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-openid -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.1 2010/07/24 02:35:28 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.2 2011/10/08 17:46:15 floppym Exp $ + + 08 Oct 2011; Mike Gilbert <floppym@gentoo.org> flask-openid-1.0.1.ebuild: + Restrict py2.4 due to bug 382765. *flask-openid-1.0.1 (24 Jul 2010) diff --git a/dev-python/flask-openid/flask-openid-1.0.1.ebuild b/dev-python/flask-openid/flask-openid-1.0.1.ebuild index bf28b065974c..176c5d0e57ca 100644 --- a/dev-python/flask-openid/flask-openid-1.0.1.ebuild +++ b/dev-python/flask-openid/flask-openid-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.0.1.ebuild,v 1.2 2010/10/30 19:43:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.0.1.ebuild,v 1.3 2011/10/08 17:46:15 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.*" inherit distutils |