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 CFEA7138334 for ; Mon, 9 Dec 2019 20:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28478E08EC; Mon, 9 Dec 2019 20:22:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1326EE08EC for ; Mon, 9 Dec 2019 20:22:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3D4DE34D8C8 for ; Mon, 9 Dec 2019 20:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C278A7 for ; Mon, 9 Dec 2019 20:22:39 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1575922955.fee0b6e87501c6089c0ddb70fad0fb4823514df7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild X-VCS-Directories: dev-libs/boehm-gc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fee0b6e87501c6089c0ddb70fad0fb4823514df7 X-VCS-Branch: master Date: Mon, 9 Dec 2019 20:22:39 +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: d424e35c-1eab-40f4-9b78-e2f04b6b69b4 X-Archives-Hash: 01656b569d91c79297641e0c8e9ce991 commit: fee0b6e87501c6089c0ddb70fad0fb4823514df7 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 9 20:22:28 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Dec 9 20:22:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee0b6e8 dev-libs/boehm-gc: use https:// homepage Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild index df283205da8..99896863371 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild @@ -8,7 +8,7 @@ inherit multilib-minimal libtool MY_P="gc-${PV}" DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector" -HOMEPAGE="http://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/" +HOMEPAGE="https://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/" SRC_URI="https://github.com/ivmai/bdwgc/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="boehm-gc"