diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-09-08 04:04:49 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-09-08 04:04:49 +0000 |
commit | a11f2824d1f27ebccf84d6cd1ab37d1deac1c691 (patch) | |
tree | 5aab6edb77069e7a6664b10bb6329ad873e6d27b /dev-python/matplotlib/matplotlib-9999.ebuild | |
parent | add python 3.4 compatibility (diff) | |
download | gentoo-2-a11f2824d1f27ebccf84d6cd1ab37d1deac1c691.tar.gz gentoo-2-a11f2824d1f27ebccf84d6cd1ab37d1deac1c691.tar.bz2 gentoo-2-a11f2824d1f27ebccf84d6cd1ab37d1deac1c691.zip |
matplotlib directly links against a few things not in it's deps list. To avoid any issues, adding the missing deps
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-python/matplotlib/matplotlib-9999.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 7a41b2e8b91f..8af467363d65 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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-9999.ebuild,v 1.2 2013/12/26 19:01:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild,v 1.3 2014/09/08 04:04:49 zerochaos Exp $ EAPI=5 |