summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:34:28 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:34:28 +0000
commitbfa298b9916a997653c1cb9541de467dcd3f29a6 (patch)
tree54ecc112a06ef4f32dd93f5a537f92ee71202e13 /dev-python/flask-script
parentFix python targets as flask was downrated (diff)
downloadgentoo-2-bfa298b9916a997653c1cb9541de467dcd3f29a6.tar.gz
gentoo-2-bfa298b9916a997653c1cb9541de467dcd3f29a6.tar.bz2
gentoo-2-bfa298b9916a997653c1cb9541de467dcd3f29a6.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-script')
-rw-r--r--dev-python/flask-script/ChangeLog5
-rw-r--r--dev-python/flask-script/flask-script-0.5.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-script/ChangeLog b/dev-python/flask-script/ChangeLog
index dd6e1f04acc3..1e7c7c77b25c 100644
--- a/dev-python/flask-script/ChangeLog
+++ b/dev-python/flask-script/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask-script
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.8 2013/01/22 11:58:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.9 2013/06/17 02:34:28 patrick Exp $
+
+ 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-script-0.5.3.ebuild:
+ Fix python targets as flask was downrated
*flask-script-0.5.3 (22 Jan 2013)
diff --git a/dev-python/flask-script/flask-script-0.5.3.ebuild b/dev-python/flask-script/flask-script-0.5.3.ebuild
index 2397f1efb6bd..916651fc5c12 100644
--- a/dev-python/flask-script/flask-script-0.5.3.ebuild
+++ b/dev-python/flask-script/flask-script-0.5.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-script/flask-script-0.5.3.ebuild,v 1.1 2013/01/22 11:58:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.5.3.ebuild,v 1.2 2013/06/17 02:34:28 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1