Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Mon, 26 Jun 2017 13:50:54
Message-Id: 1498485040.716ef5cc92c54f47fe94d6789fbf67303d220565.patrick@gentoo
1 commit: 716ef5cc92c54f47fe94d6789fbf67303d220565
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 13:48:30 2017 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 13:50:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716ef5cc
7
8 dev-libs/libtommath: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/libtommath/libtommath-1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild
16 index 7312e8f2a5b..a4e1055c5b8 100644
17 --- a/dev-libs/libtommath/libtommath-1.0.ebuild
18 +++ b/dev-libs/libtommath/libtommath-1.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 inherit autotools eutils multilib toolchain-funcs
21
22 DESCRIPTION="highly optimized and portable routines for integer theoretic applications"
23 -HOMEPAGE="http://www.libtom.org/"
24 +HOMEPAGE="http://www.libtom.net/"
25 SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz"
26
27 LICENSE="WTFPL-2"