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 7741C15808B for ; Sat, 9 Apr 2022 02:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61851E0848; Sat, 9 Apr 2022 02:35:06 +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 80E92E0841 for ; Sat, 9 Apr 2022 02:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DED72340D74 for ; Sat, 9 Apr 2022 02:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2822A3AB for ; Sat, 9 Apr 2022 02:35:01 +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: <1649470173.43601bab2c4354f901f082a07dd1974e893856f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpc/mpc-1.2.1.ebuild X-VCS-Directories: dev-libs/mpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 43601bab2c4354f901f082a07dd1974e893856f9 X-VCS-Branch: master Date: Sat, 9 Apr 2022 02:35:01 +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: 792fa823-fd2a-4130-aaca-26f6781b550e X-Archives-Hash: ebbd67ccbd670e4e9d726052fcd793d5 commit: 43601bab2c4354f901f082a07dd1974e893856f9 Author: Sam James gentoo org> AuthorDate: Sat Apr 9 02:09:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 9 02:09:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43601bab dev-libs/mpc: update HOMEPAGE Signed-off-by: Sam James gentoo.org> dev-libs/mpc/mpc-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mpc/mpc-1.2.1.ebuild b/dev-libs/mpc/mpc-1.2.1.ebuild index f2b23959fc05..2057137f920c 100644 --- a/dev-libs/mpc/mpc-1.2.1.ebuild +++ b/dev-libs/mpc/mpc-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" -HOMEPAGE="http://mpc.multiprecision.org/" +HOMEPAGE="https://www.multiprecision.org/mpc/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"