diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-06-17 02:25:14 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-06-17 02:25:14 +0000 |
commit | 466fa0f7e14f1734d68f9bf391198ef2a1380c65 (patch) | |
tree | e3380cb50af96792e9b1fc1eac776c06e838fc36 /dev-python/flask-babel | |
parent | handle musl C library #473328 by Anthony Basile (diff) | |
download | gentoo-2-466fa0f7e14f1734d68f9bf391198ef2a1380c65.tar.gz gentoo-2-466fa0f7e14f1734d68f9bf391198ef2a1380c65.tar.bz2 gentoo-2-466fa0f7e14f1734d68f9bf391198ef2a1380c65.zip |
Fix python targets as flask was downrated
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/flask-babel')
-rw-r--r-- | dev-python/flask-babel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flask-babel/flask-babel-0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-babel/ChangeLog b/dev-python/flask-babel/ChangeLog index f3b8f61299f6..228132c2b25a 100644 --- a/dev-python/flask-babel/ChangeLog +++ b/dev-python/flask-babel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-babel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-babel/ChangeLog,v 1.5 2013/06/09 06:24:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-babel/ChangeLog,v 1.6 2013/06/17 02:25:14 patrick Exp $ + + 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-babel-0.8-r1.ebuild: + Fix python targets as flask was downrated *flask-babel-0.8-r1 (09 Jun 2013) diff --git a/dev-python/flask-babel/flask-babel-0.8-r1.ebuild b/dev-python/flask-babel/flask-babel-0.8-r1.ebuild index a7ef4130e85d..a4ca3e8b7114 100644 --- a/dev-python/flask-babel/flask-babel-0.8-r1.ebuild +++ b/dev-python/flask-babel/flask-babel-0.8-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-babel/flask-babel-0.8-r1.ebuild,v 1.1 2013/06/09 06:24:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-babel/flask-babel-0.8-r1.ebuild,v 1.2 2013/06/17 02:25:14 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |