diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-25 06:25:44 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-25 06:25:44 +0000 |
commit | 0d5e85faeb245ee93797b0e2bb07691fc9bf7ac8 (patch) | |
tree | cbdd6ccafc50a459054501a66fef467694db5b3a /dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild | |
parent | Drop keywords due #478076 and readd partially working version for them (diff) | |
download | historical-0d5e85faeb245ee93797b0e2bb07691fc9bf7ac8.tar.gz historical-0d5e85faeb245ee93797b0e2bb07691fc9bf7ac8.tar.bz2 historical-0d5e85faeb245ee93797b0e2bb07691fc9bf7ac8.zip |
Bump, fix syntax mistakes
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Diffstat (limited to 'dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild')
-rw-r--r-- | dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild index 1b07c37e8763..68c4bcf65e03 100644 --- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild +++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild,v 1.2 2013/06/17 02:34:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.16-r1.ebuild,v 1.3 2013/07/25 06:25:35 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -31,6 +31,6 @@ python_prepare_all() { } python_test() { - https://github.com/mitsuhiko/flask-sqlalchemy/issues/128 + #https://github.com/mitsuhiko/flask-sqlalchemy/issues/128 nosetests || die "Tests failed under ${EPYTHON}" } |