diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 10:07:20 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:32 +0100 |
commit | eba204c9d86f5fd139c917bc943330e8377ae6f5 (patch) | |
tree | e4c6ae489993f5a0656a99ae463af3b22bd733d8 /sci-libs/itpp | |
parent | sci-libs/getdata: use HTTPS, fix LICENSE (diff) | |
download | gentoo-eba204c9d86f5fd139c917bc943330e8377ae6f5.tar.gz gentoo-eba204c9d86f5fd139c917bc943330e8377ae6f5.tar.bz2 gentoo-eba204c9d86f5fd139c917bc943330e8377ae6f5.zip |
sci-libs/itpp: 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/itpp')
-rw-r--r-- | sci-libs/itpp/itpp-4.3.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild b/sci-libs/itpp/itpp-4.3.1-r2.ebuild index c2cdd0f1eedf..57bfa66a3b1f 100644 --- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild +++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit cmake DESCRIPTION="C++ library of mathematical, signal processing and communication" -HOMEPAGE="http://itpp.sourceforge.net/" +HOMEPAGE="https://itpp.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc" |