diff options
Diffstat (limited to 'dev-python/bottle/bottle-0.12.7.ebuild')
-rw-r--r-- | dev-python/bottle/bottle-0.12.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bottle/bottle-0.12.7.ebuild b/dev-python/bottle/bottle-0.12.7.ebuild index 808969c43b1e..45f77b695ba4 100644 --- a/dev-python/bottle/bottle-0.12.7.ebuild +++ b/dev-python/bottle/bottle-0.12.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.7.ebuild,v 1.1 2014/07/15 04:38:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.7.ebuild,v 1.2 2014/12/01 08:58:09 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A fast and simple micro-framework for small web-applications" |