diff options
author | 2019-12-01 19:52:24 +0100 | |
---|---|---|
committer | 2019-12-01 19:54:26 +0100 | |
commit | 1bc736aeba885fe8dc748c1bd788db666d18a061 (patch) | |
tree | 5314f7deb9b849adc9b70d51c27329f8d3f50a6b /sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild | |
parent | app-admin/bastille: fix HOMEPAGE and LICENSE, improve ebuilds (diff) | |
download | gentoo-1bc736aeba885fe8dc748c1bd788db666d18a061.tar.gz gentoo-1bc736aeba885fe8dc748c1bd788db666d18a061.tar.bz2 gentoo-1bc736aeba885fe8dc748c1bd788db666d18a061.zip |
sci-visualization/gnuplot: Drop free-noncomm license.
File src/bitmap.c used to have a noncommercial restriction for the
raster plotting routines, until version 4.6:
** You may use this code for anything you like as long as
** you are not selling it and the credit is given and
** this message retained.
This was lifted in version 5.0:
** Jyrki Yli-Nokari, December 2013.
** Change to dual licence (Gnuplot + BSD) and remove previous
** restriction to noncommercial use.
Bug: https://bugs.gentoo.org/401191#c9
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild index 30db5365c54c..ed42ef2faa1b 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild @@ -20,7 +20,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi -LICENSE="gnuplot bitmap? ( free-noncomm )" +LICENSE="gnuplot" SLOT="0" IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt5 readline svga wxwidgets X" |