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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CB86158095 for ; Tue, 21 Jun 2022 22:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21E2BE097D; Tue, 21 Jun 2022 22:09:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBB2CE097B for ; Tue, 21 Jun 2022 22:09:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D75EA3419BE for ; Tue, 21 Jun 2022 22:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759B0480 for ; Tue, 21 Jun 2022 22:09:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655849291.5984379fadf661539c5b3b725c0a6ad44f9500b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mpir/mpir-3.0.0-r1.ebuild X-VCS-Directories: sci-libs/mpir/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5984379fadf661539c5b3b725c0a6ad44f9500b9 X-VCS-Branch: master Date: Tue, 21 Jun 2022 22:09:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c143101e-fcd0-47bf-9ba2-d58ef4b8fd51 X-Archives-Hash: a18061bb084d7887f43dd2bade38e295 commit: 5984379fadf661539c5b3b725c0a6ad44f9500b9 Author: Sam James gentoo org> AuthorDate: Tue Jun 21 22:08:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 22:08:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5984379f sci-libs/mpir: use HTTPS Signed-off-by: Sam James gentoo.org> sci-libs/mpir/mpir-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mpir/mpir-3.0.0-r1.ebuild b/sci-libs/mpir/mpir-3.0.0-r1.ebuild index 15beb9f34033..123282069fad 100644 --- a/sci-libs/mpir/mpir-3.0.0-r1.ebuild +++ b/sci-libs/mpir/mpir-3.0.0-r1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="Library for arbitrary precision integer arithmetic (fork of gmp)" -HOMEPAGE="http://www.mpir.org/" -SRC_URI="http://www.mpir.org/${P}.tar.bz2" +HOMEPAGE="https://www.mpir.org/" +SRC_URI="https://www.mpir.org/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0/23"