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/flask-babel-0.8-r1.ebuild | |
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/flask-babel-0.8-r1.ebuild')
-rw-r--r-- | dev-python/flask-babel/flask-babel-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |