diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-27 14:36:54 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-27 14:36:54 +0200 |
commit | 18a51679deb6bb1894f328b2b38817e91e899acd (patch) | |
tree | e80e5ad70bdc65e7ee3e6d696133f38ab39d8f14 /sci-chemistry/mgltools-networkeditor | |
parent | sci-chemistry/mgltools-molkit: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS (diff) | |
download | sci-18a51679deb6bb1894f328b2b38817e91e899acd.tar.gz sci-18a51679deb6bb1894f328b2b38817e91e899acd.tar.bz2 sci-18a51679deb6bb1894f328b2b38817e91e899acd.zip |
sci-chemistry/mgltools-networkeditor: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS
(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/mgltools-networkeditor')
3 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog index 71970c7d9..d1254504a 100644 --- a/sci-chemistry/mgltools-networkeditor/ChangeLog +++ b/sci-chemistry/mgltools-networkeditor/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Apr 2012; Justin Lecher <jlec@gentoo.org> + mgltools-networkeditor-1.5.4-r1.ebuild, + mgltools-networkeditor-1.5.6_rc2.ebuild: + Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS + 07 Mar 2012; Justin Lecher <jlec@gentoo.org> metadata.xml: Removed maintainer, as herd is enough diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild index 590d98f12..a41d7f59a 100644 --- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild +++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -26,7 +26,7 @@ RDEPEND="" DEPEND="${RDEPEND} dev-lang/swig" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" S="${WORKDIR}"/${MY_P} DOCS="NetworkEditor/RELNOTES" diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild index ba233087f..eadacf46c 100644 --- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild +++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild @@ -6,7 +6,7 @@ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" inherit distutils eutils |