diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-28 00:56:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-28 00:56:32 +0000 |
commit | ceb6c92809d559bed253f7a6e92de31a7c6c0932 (patch) | |
tree | e0d7fb8d5613439b695b599354024bf52d373fd4 /sci-libs | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-ceb6c92809d559bed253f7a6e92de31a7c6c0932.tar.gz gentoo-2-ceb6c92809d559bed253f7a6e92de31a7c6c0932.tar.bz2 gentoo-2-ceb6c92809d559bed253f7a6e92de31a7c6c0932.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-1.11.1.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-1.11.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index d01d7712b2b8..9d08a7b5c798 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mathgl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.25 2011/08/09 08:49:44 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.26 2012/02/28 00:56:32 patrick Exp $ + + 28 Feb 2012; Patrick Lauer <patrick@gentoo.org> mathgl-1.11.1.1.ebuild, + mathgl-1.11.2.ebuild: + Restricting pypy and jython 09 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> mathgl-1.11.2.ebuild, +files/mathgl-1.11.2-zlib.patch: diff --git a/sci-libs/mathgl/mathgl-1.11.1.1.ebuild b/sci-libs/mathgl/mathgl-1.11.1.1.ebuild index 7909077ba2db..2e30815f8734 100644 --- a/sci-libs/mathgl/mathgl-1.11.1.1.ebuild +++ b/sci-libs/mathgl/mathgl-1.11.1.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild,v 1.1 2011/03/29 15:42:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.1.1.ebuild,v 1.2 2012/02/28 00:56:32 patrick Exp $ EAPI=3 WX_GTK_VER=2.8 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit autotools wxwidgets python versionator toolchain-funcs diff --git a/sci-libs/mathgl/mathgl-1.11.2.ebuild b/sci-libs/mathgl/mathgl-1.11.2.ebuild index a6208f615719..790c191efc87 100644 --- a/sci-libs/mathgl/mathgl-1.11.2.ebuild +++ b/sci-libs/mathgl/mathgl-1.11.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild,v 1.2 2011/08/09 08:49:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.11.2.ebuild,v 1.3 2012/02/28 00:56:32 patrick Exp $ EAPI=3 WX_GTK_VER=2.8 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit autotools eutils wxwidgets python versionator toolchain-funcs |