summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:36:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:36:11 +0000
commit5182444ad4755c6ba40aa14cfb36c0e6ab67c143 (patch)
tree935672c2ea2faf4693595094b5e787a1e78ae97f /dev-python/flask-themes
parentFix python targets as flask was downrated (diff)
downloadgentoo-2-5182444ad4755c6ba40aa14cfb36c0e6ab67c143.tar.gz
gentoo-2-5182444ad4755c6ba40aa14cfb36c0e6ab67c143.tar.bz2
gentoo-2-5182444ad4755c6ba40aa14cfb36c0e6ab67c143.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-themes')
-rw-r--r--dev-python/flask-themes/ChangeLog5
-rw-r--r--dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-themes/ChangeLog b/dev-python/flask-themes/ChangeLog
index 79d212248c9f..782f22a8a930 100644
--- a/dev-python/flask-themes/ChangeLog
+++ b/dev-python/flask-themes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask-themes
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/ChangeLog,v 1.3 2013/06/10 13:12:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/ChangeLog,v 1.4 2013/06/17 02:36:11 patrick Exp $
+
+ 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-themes-0.1.3-r1.ebuild:
+ Fix python targets as flask was downrated
*flask-themes-0.1.3-r1 (10 Jun 2013)
diff --git a/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild b/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild
index 329e8bcd8852..56777b59ccb6 100644
--- a/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild
+++ b/dev-python/flask-themes/flask-themes-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-themes/flask-themes-0.1.3-r1.ebuild,v 1.1 2013/06/10 13:12:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild,v 1.2 2013/06/17 02:36:11 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1