summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:30:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:30:59 +0000
commitd0966125b2e7cd129cd676cc43aa8c36265156ad (patch)
tree931deca498e34973607edc6f43985dc8df3b76a7 /dev-python/flask-login
parentinitial commit of libmiri software for the Mirics MSi2500 + MSi001 SDR platform (diff)
downloadgentoo-2-d0966125b2e7cd129cd676cc43aa8c36265156ad.tar.gz
gentoo-2-d0966125b2e7cd129cd676cc43aa8c36265156ad.tar.bz2
gentoo-2-d0966125b2e7cd129cd676cc43aa8c36265156ad.zip
Fix python targets as flask was downrated
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/flask-login')
-rw-r--r--dev-python/flask-login/ChangeLog5
-rw-r--r--dev-python/flask-login/flask-login-0.1.3-r1.ebuild4
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