diff options
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.1.1.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.1.1.ebuild b/dev-python/matplotlib/matplotlib-1.1.1.ebuild index 21dc3d81f1e7..4e6e7979dcff 100644 --- a/dev-python/matplotlib/matplotlib-1.1.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.1.1.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.1.ebuild,v 1.1 2012/08/01 19:17:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v 1.2 2012/08/01 19:50:57 mr_bones_ Exp $ EAPI="3" @@ -72,7 +72,6 @@ RDEPEND="${CDEPEND} ) qt4? ( || ( dev-python/PyQt4[X] dev-python/pyside[X] ) )" - use_setup() { local uword="${2:-${1}}" if use ${1}; then |