diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-05 19:24:01 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:45:03 +0100 |
commit | b6e9e0ffc61444754fcdd7c0da4ceb4cec382df7 (patch) | |
tree | dfeda51f2a5ffa9f7a1e8d0b8b7c6227c931bea1 /dev-python/mako/mako-1.0.3.ebuild | |
parent | dev-python/dexml: New package, ebuild written by me (diff) | |
download | gentoo-b6e9e0ffc61444754fcdd7c0da4ceb4cec382df7.tar.gz gentoo-b6e9e0ffc61444754fcdd7c0da4ceb4cec382df7.tar.bz2 gentoo-b6e9e0ffc61444754fcdd7c0da4ceb4cec382df7.zip |
dev-python/mako: Add pypy support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mako/mako-1.0.3.ebuild')
-rw-r--r-- | dev-python/mako/mako-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mako/mako-1.0.3.ebuild b/dev-python/mako/mako-1.0.3.ebuild index 8ffd1ac88868..8056749a730f 100644 --- a/dev-python/mako/mako-1.0.3.ebuild +++ b/dev-python/mako/mako-1.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 eutils versionator |