diff options
author | 2014-03-31 21:18:29 +0000 | |
---|---|---|
committer | 2014-03-31 21:18:29 +0000 | |
commit | 4aa747f90283652edc4672013632f87e9d0e7ddf (patch) | |
tree | 13c728e003f9204497dcb306ea0b88b74a0ce63e /sci-libs/minfx/minfx-1.0.4.ebuild | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-4aa747f90283652edc4672013632f87e9d0e7ddf.tar.gz gentoo-2-4aa747f90283652edc4672013632f87e9d0e7ddf.tar.bz2 gentoo-2-4aa747f90283652edc4672013632f87e9d0e7ddf.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 'sci-libs/minfx/minfx-1.0.4.ebuild')
-rw-r--r-- | sci-libs/minfx/minfx-1.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/minfx/minfx-1.0.4.ebuild b/sci-libs/minfx/minfx-1.0.4.ebuild index c555ce9cb8ec..d35420e9ff1a 100644 --- a/sci-libs/minfx/minfx-1.0.4.ebuild +++ b/sci-libs/minfx/minfx-1.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.4.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.4.ebuild,v 1.3 2014/03/31 21:18:29 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 |