diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 18:06:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 18:06:01 +0000 |
commit | 81b0b786b7a6c4e9840f861b9c012eaf206e12e8 (patch) | |
tree | 5a7d5a0c5fb9ef75eab9aa185e23bf61860f91c5 /dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild | |
parent | Add matplotlib license to MISC-FREE group. Patch by Arfrever. (diff) | |
download | gentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.tar.gz gentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.tar.bz2 gentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.zip |
Fix LICENSE. Patch by Arfrever
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild index 617677c43498..dc026d4b07cf 100644 --- a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.8 2011/10/06 20:09:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.9 2011/12/03 18:06:01 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -LICENSE="PYTHON BSD" +# Main license: matplotlib +# Some modules: BSD +# matplotlib/backends/qt4_editor: MIT +# Fonts: BitstreamVera, OFL-1.1 +LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" CDEPEND="dev-python/numpy dev-python/python-dateutil |