diff options
author | Richard Farina <zerochaos@gentoo.org> | 2014-09-08 04:04:55 +0000 |
---|---|---|
committer | Richard Farina <zerochaos@gentoo.org> | 2014-09-08 04:04:55 +0000 |
commit | 7139b539e97efeea55f65d01e5ced5b6de8de432 (patch) | |
tree | 3e702f509d6988258f154732b97f223a8daf0f27 /dev-python/matplotlib/matplotlib-1.3.1.ebuild | |
parent | add python 3.4 compatibility (diff) | |
download | historical-7139b539e97efeea55f65d01e5ced5b6de8de432.tar.gz historical-7139b539e97efeea55f65d01e5ced5b6de8de432.tar.bz2 historical-7139b539e97efeea55f65d01e5ced5b6de8de432.zip |
matplotlib directly links against a few things not in it's deps list. To avoid any issues, adding the missing deps
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xDD11F94A
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.3.1.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.3.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.3.1.ebuild b/dev-python/matplotlib/matplotlib-1.3.1.ebuild index 3b8f018f15bf..28d933f14196 100644 --- a/dev-python/matplotlib/matplotlib-1.3.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.5 2014/08/27 12:20:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.6 2014/09/08 04:04:49 zerochaos Exp $ EAPI=5 @@ -37,7 +37,10 @@ COMMON_DEPEND=" media-fonts/stix-fonts media-libs/freetype:2 media-libs/libpng:0 - gtk? ( dev-python/pygtk[${PY2_USEDEP}] ) + gtk? ( x11-libs/gtk+:2 + dev-libs/glib + x11-libs/gdk-pixbuf + dev-python/pygtk[${PY2_USEDEP}] ) wxwidgets? ( >=dev-python/wxpython-2.8[${PY2_USEDEP}] )" # internal copy of pycxx highly patched |