From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1204C139696 for ; Mon, 26 Jun 2017 13:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39E492540AA; Mon, 26 Jun 2017 13:50:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C1F2540AA for ; Mon, 26 Jun 2017 13:50:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2743C341790 for ; Mon, 26 Jun 2017 13:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FBAB749C for ; Mon, 26 Jun 2017 13:50:48 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1498485040.716ef5cc92c54f47fe94d6789fbf67303d220565.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtommath/libtommath-1.0.ebuild X-VCS-Directories: dev-libs/libtommath/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 716ef5cc92c54f47fe94d6789fbf67303d220565 X-VCS-Branch: master Date: Mon, 26 Jun 2017 13:50:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 021be370-f43f-469e-a092-77b582636dbe X-Archives-Hash: fee2a263bdfcb4d3bac944e3688194ce commit: 716ef5cc92c54f47fe94d6789fbf67303d220565 Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 26 13:48:30 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 26 13:50:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716ef5cc dev-libs/libtommath: Fix HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/libtommath/libtommath-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild index 7312e8f2a5b..a4e1055c5b8 100644 --- a/dev-libs/libtommath/libtommath-1.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils multilib toolchain-funcs DESCRIPTION="highly optimized and portable routines for integer theoretic applications" -HOMEPAGE="http://www.libtom.org/" +HOMEPAGE="http://www.libtom.net/" SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz" LICENSE="WTFPL-2"