diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-10 14:33:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-10 14:33:11 +0000 |
commit | d157e13ac3d75cbc6ac649452ca2ac782b74fbe7 (patch) | |
tree | 02885d76a6c7f9c7275f94ad15f2b6b23b84d798 /dev-python/stsci-distutils | |
parent | Remove erroneous Manifest entry for oyranos-0.3.2-buildsystem.patch.bak. (diff) | |
download | gentoo-2-d157e13ac3d75cbc6ac649452ca2ac782b74fbe7.tar.gz gentoo-2-d157e13ac3d75cbc6ac649452ca2ac782b74fbe7.tar.bz2 gentoo-2-d157e13ac3d75cbc6ac649452ca2ac782b74fbe7.zip |
Restrict pypy, because of sandbox violations
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/stsci-distutils')
-rw-r--r-- | dev-python/stsci-distutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/stsci-distutils/stsci-distutils-0.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog index 151a0327eae5..3ce2020f170d 100644 --- a/dev-python/stsci-distutils/ChangeLog +++ b/dev-python/stsci-distutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stsci-distutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.4 2012/03/02 10:36:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.5 2012/03/10 14:33:11 jlec Exp $ + + 10 Mar 2012; Justin Lecher <jlec@gentoo.org> stsci-distutils-0.3.ebuild: + Restrict pypy, because of sandbox violations *stsci-distutils-0.3 (02 Mar 2012) diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild index a97b250a7f19..b2b7289680fd 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.1 2012/03/02 10:36:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.2 2012/03/10 14:33:11 jlec Exp $ EAPI=3 SUPPORT_PYTHON_ABIS="1" +RESTRCIT_PYTHON_ABIS="2.7-pypy-*" MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} |