summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:38:37 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:38:37 +0000
commit820ef58e97b9869ed50af0422453ba477a754720 (patch)
treea8ae8467dc26f546c6b54c6be970b6f115732ba4 /dev-python/flask-wtf
parentFix python targets as flask was downrated (diff)
downloadgentoo-2-820ef58e97b9869ed50af0422453ba477a754720.tar.gz
gentoo-2-820ef58e97b9869ed50af0422453ba477a754720.tar.bz2
gentoo-2-820ef58e97b9869ed50af0422453ba477a754720.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-wtf')
-rw-r--r--dev-python/flask-wtf/ChangeLog5
-rw-r--r--dev-python/flask-wtf/flask-wtf-0.8.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-wtf/ChangeLog b/dev-python/flask-wtf/ChangeLog
index ae21ab249fbf..bf48ecbe5641 100644
--- a/dev-python/flask-wtf/ChangeLog
+++ b/dev-python/flask-wtf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask-wtf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.1 2013/03/28 04:41:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.2 2013/06/17 02:38:37 patrick Exp $
+
+ 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-wtf-0.8.3.ebuild:
+ Fix python targets as flask was downrated
*flask-wtf-0.8.3 (28 Mar 2013)
diff --git a/dev-python/flask-wtf/flask-wtf-0.8.3.ebuild b/dev-python/flask-wtf/flask-wtf-0.8.3.ebuild
index 9933db9e8782..0f36354c83b9 100644
--- a/dev-python/flask-wtf/flask-wtf-0.8.3.ebuild
+++ b/dev-python/flask-wtf/flask-wtf-0.8.3.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-wtf/flask-wtf-0.8.3.ebuild,v 1.1 2013/03/28 04:41:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/flask-wtf-0.8.3.ebuild,v 1.2 2013/06/17 02:38:37 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1