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 10A65139694 for ; Sat, 8 Jul 2017 23:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D44C27421A; Sat, 8 Jul 2017 23:25:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B27D27420C for ; Sat, 8 Jul 2017 23:25:25 +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 92A863419A7 for ; Sat, 8 Jul 2017 23:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C513174AB for ; Sat, 8 Jul 2017 23:25:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1499556277.8e1b43692615a7839734ca7b70b92b7b0353cd78.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-4.ebuild sys-devel/llvmgold/llvmgold-5.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e1b43692615a7839734ca7b70b92b7b0353cd78 X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:25:21 +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: 64ff3343-fcd4-4f20-aabc-2629784d388e X-Archives-Hash: 2daa5e6a60f1346394f105eb52a39214 commit: 8e1b43692615a7839734ca7b70b92b7b0353cd78 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1b4369 sys-devel/llvmgold: Use https for llvm.org sys-devel/llvmgold/llvmgold-4.ebuild | 2 +- sys-devel/llvmgold/llvmgold-5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/llvmgold/llvmgold-4.ebuild b/sys-devel/llvmgold/llvmgold-4.ebuild index 7f113af4438..b65d437828b 100644 --- a/sys-devel/llvmgold/llvmgold-4.ebuild +++ b/sys-devel/llvmgold/llvmgold-4.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="LLVMgold plugin symlink for autoloading" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" LICENSE="public-domain" diff --git a/sys-devel/llvmgold/llvmgold-5.ebuild b/sys-devel/llvmgold/llvmgold-5.ebuild index 11bb1e61610..6e0663ca9db 100644 --- a/sys-devel/llvmgold/llvmgold-5.ebuild +++ b/sys-devel/llvmgold/llvmgold-5.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="LLVMgold plugin symlink for autoloading" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" LICENSE="public-domain"