diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-12 16:09:40 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-13 19:33:55 +0100 |
commit | ce41d04416afe9fe104056e62f0ac7459abb8b05 (patch) | |
tree | d56f9a3099a8aefa711521cb5dfcd83230cf0c5c /app-crypt/mhash | |
parent | app-cdr/daa2iso: use HTTPS, fix LICENSE (diff) | |
download | gentoo-ce41d04416afe9fe104056e62f0ac7459abb8b05.tar.gz gentoo-ce41d04416afe9fe104056e62f0ac7459abb8b05.tar.bz2 gentoo-ce41d04416afe9fe104056e62f0ac7459abb8b05.zip |
app-crypt/mhash: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index a2383e956b83..e31cbe8e8e25 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Library providing a uniform interface to a large number of hash algorithms" -HOMEPAGE="http://mhash.sourceforge.net/" +HOMEPAGE="https://mhash.sourceforge.net/" SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" |