Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Wed, 19 Aug 2020 14:33:26
Message-Id: 1597847594.fe7ed856293badb9ebd5365a88e835b05a66ac67.sam@gentoo
1 commit: fe7ed856293badb9ebd5365a88e835b05a66ac67
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:28:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:33:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7ed856
7
8 dev-libs/libtommath: use HTTPS in HOMEPAGE
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild
17 index daa2c65092b..886477028fb 100644
18 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
19 +++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 inherit autotools toolchain-funcs
22
23 DESCRIPTION="Optimized and portable routines for integer theoretic applications"
24 -HOMEPAGE="http://www.libtom.net/"
25 +HOMEPAGE="https://www.libtom.net/"
26 SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz"
27
28 LICENSE="Unlicense"