diff options
Diffstat (limited to 'dev-python/flask-login')
-rw-r--r-- | dev-python/flask-login/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flask-login/flask-login-0.1.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-login/ChangeLog b/dev-python/flask-login/ChangeLog index 564437b30a92..dd6842e7f0bb 100644 --- a/dev-python/flask-login/ChangeLog +++ b/dev-python/flask-login/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-login # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.3 2013/06/09 16:36:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.4 2013/06/17 02:30:59 patrick Exp $ + + 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-login-0.1.3-r1.ebuild: + Fix python targets as flask was downrated *flask-login-0.1.3-r1 (09 Jun 2013) diff --git a/dev-python/flask-login/flask-login-0.1.3-r1.ebuild b/dev-python/flask-login/flask-login-0.1.3-r1.ebuild index 5e884ab6297a..38ac6f13d1e6 100644 --- a/dev-python/flask-login/flask-login-0.1.3-r1.ebuild +++ b/dev-python/flask-login/flask-login-0.1.3-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/flask-login/flask-login-0.1.3-r1.ebuild,v 1.1 2013/06/09 16:36:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.1.3-r1.ebuild,v 1.2 2013/06/17 02:30:59 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |