summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:37:23 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:37:23 +0000
commit36b16dae325ae01ab3dfb6ae6705bf9369f6f502 (patch)
tree5a74b7fab6b501b5fff27b0cc14bdcde09b7312b /dev-python/bottle/bottle-0.12.5.ebuild
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.tar.gz
gentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.tar.bz2
gentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.zip
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/bottle/bottle-0.12.5.ebuild')
-rw-r--r--dev-python/bottle/bottle-0.12.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bottle/bottle-0.12.5.ebuild b/dev-python/bottle/bottle-0.12.5.ebuild
index 1b30cc68d906..933dcdd77a7f 100644
--- a/dev-python/bottle/bottle-0.12.5.ebuild
+++ b/dev-python/bottle/bottle-0.12.5.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.5.ebuild,v 1.1 2014/03/10 08:42:29 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 1.2 2014/03/31 20:37:23 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0)
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0)
inherit distutils-r1
DESCRIPTION="A fast and simple micro-framework for small web-applications"