summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:33:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:33:15 +0000
commitdc81b8d70b76c1a1ac5b53adf81b488cce33506e (patch)
tree8f95e28cd6c0719e3bb0d646e87588f0a7b1d587 /dev-python/flask-restless
parentFix transposed emake #473370 by Michał Górny. (diff)
downloadgentoo-2-dc81b8d70b76c1a1ac5b53adf81b488cce33506e.tar.gz
gentoo-2-dc81b8d70b76c1a1ac5b53adf81b488cce33506e.tar.bz2
gentoo-2-dc81b8d70b76c1a1ac5b53adf81b488cce33506e.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-restless')
-rw-r--r--dev-python/flask-restless/ChangeLog6
-rw-r--r--dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/flask-restless/ChangeLog b/dev-python/flask-restless/ChangeLog
index bca74c53fc65..8df0e44ed85e 100644
--- a/dev-python/flask-restless/ChangeLog
+++ b/dev-python/flask-restless/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/flask-restless
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.5 2013/06/10 16:52:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.6 2013/06/17 02:33:15 patrick Exp $
+
+ 17 Jun 2013; Patrick Lauer <patrick@gentoo.org>
+ flask-restless-0.11.0-r1.ebuild:
+ Fix python targets as flask was downrated
10 Jun 2013; Ian Delaney <idella4@gentoo.org> files/docbuild.patch,
flask-restless-0.11.0-r1.ebuild:
diff --git a/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild b/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild
index db18ef47dfeb..e9e645becaa5 100644
--- a/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild
+++ b/dev-python/flask-restless/flask-restless-0.11.0-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-restless/flask-restless-0.11.0-r1.ebuild,v 1.2 2013/06/10 16:52:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.3 2013/06/17 02:33:15 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1