diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:33:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:33:11 +0000 |
commit | 16ddfacd2b7b5865722b2d7dff1ed6dcb6ccd8fa (patch) | |
tree | d77efe9902da8bdab0a3a4abee0d5d42f2e9e174 /dev-python/matplotlib | |
parent | Remove old stable 5.1.3.20110615 wrt bug#405037. (diff) | |
download | historical-16ddfacd2b7b5865722b2d7dff1ed6dcb6ccd8fa.tar.gz historical-16ddfacd2b7b5865722b2d7dff1ed6dcb6ccd8fa.tar.bz2 historical-16ddfacd2b7b5865722b2d7dff1ed6dcb6ccd8fa.zip |
Fixing pypy restricts to actually work
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 6ed2314baea7..b83e32b4c478 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.115 2012/02/16 13:24:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.116 2012/02/20 14:25:48 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> matplotlib-1.0.1-r1.ebuild, + matplotlib-1.1.0.ebuild: + Fixing pypy restricts to actually work 16 Feb 2012; Agostino Sarubbo <ago@gentoo.org> matplotlib-1.1.0.ebuild: Stable for amd64, wrt bug #403847 diff --git a/dev-python/matplotlib/matplotlib-1.1.0.ebuild b/dev-python/matplotlib/matplotlib-1.1.0.ebuild index 179eb7262e8b..d34d8f4bed3f 100644 --- a/dev-python/matplotlib/matplotlib-1.1.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.6 2012/02/16 13:24:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.7 2012/02/20 14:25:48 patrick Exp $ EAPI="3" @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" PYTHON_USE_WITH_OPT="tk" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" WX_GTK_VER="2.8" inherit distutils |