summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-25 01:54:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-25 01:54:18 +0000
commitd0b79db90c19ca0ab00d625a10bc986674378912 (patch)
treebf38f001d29b34a2a0b4920b2a9088b2faa81c5c /dev-python/matplotlib
parentFixing accidental double asterisk (diff)
downloadgentoo-2-d0b79db90c19ca0ab00d625a10bc986674378912.tar.gz
gentoo-2-d0b79db90c19ca0ab00d625a10bc986674378912.tar.bz2
gentoo-2-d0b79db90c19ca0ab00d625a10bc986674378912.zip
Fixing accidental double asterisk
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog5
-rw-r--r--dev-python/matplotlib/matplotlib-1.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index addca0b3eeb4..2801367715a2 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,9 @@
# 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.117 2012/02/24 15:08:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.118 2012/02/25 01:54:18 patrick Exp $
+
+ 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> matplotlib-1.1.0.ebuild:
+ Fixing accidental double asterisk
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> matplotlib-1.1.0.ebuild:
x86 stable wrt bug #403847
diff --git a/dev-python/matplotlib/matplotlib-1.1.0.ebuild b/dev-python/matplotlib/matplotlib-1.1.0.ebuild
index 9f55840a70a6..e2dd29944446 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.8 2012/02/24 15:08:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.9 2012/02/25 01:54:18 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 2.7-pypy-**"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
WX_GTK_VER="2.8"
inherit distutils