diff options
author | 2022-11-19 10:13:26 +0100 | |
---|---|---|
committer | 2022-11-19 12:39:35 +0100 | |
commit | a5c7fb7c5bf1e14c38f0d4f117f9e4fa4bbbc562 (patch) | |
tree | c77323aaa8d74123624b81dc4eb9b48fec39e94a /sci-libs/mathgl | |
parent | sci-libs/ldl: use HTTPS (diff) | |
download | gentoo-a5c7fb7c5bf1e14c38f0d4f117f9e4fa4bbbc562.tar.gz gentoo-a5c7fb7c5bf1e14c38f0d4f117f9e4fa4bbbc562.tar.bz2 gentoo-a5c7fb7c5bf1e14c38f0d4f117f9e4fa4bbbc562.zip |
sci-libs/mathgl: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/mathgl-2.4.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild index ba882749acc0..67cf1d52fc52 100644 --- a/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild +++ b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,10 +8,10 @@ WX_GTK_VER=3.0 inherit cmake wxwidgets multilib flag-o-matic DESCRIPTION="Math Graphics Library" -HOMEPAGE="http://mathgl.sourceforge.net/" +HOMEPAGE="https://mathgl.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/${PN}/STIX_font.tgz" -LICENSE="LGPL-3" +LICENSE="LGPL-3+" SLOT="0/7.5.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fltk gif glut gsl hdf hdf5 jpeg mpi octave opengl openmp pdf |