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 CCA55139083 for ; Sat, 25 Feb 2017 15:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C93FE0D69; Sat, 25 Feb 2017 15:03:43 +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 18A3AE0D69 for ; Sat, 25 Feb 2017 15:03:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43DFE34071C for ; Sat, 25 Feb 2017 15:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11FCE5434 for ; Sat, 25 Feb 2017 15:03:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1488035013.b8f15d91bc5c54f9ea4cf41f8d8c2de6b9eee1fe.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freetype/freetype-9999.ebuild X-VCS-Directories: media-libs/freetype/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b8f15d91bc5c54f9ea4cf41f8d8c2de6b9eee1fe X-VCS-Branch: master Date: Sat, 25 Feb 2017 15:03:41 +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: 86a6de52-567e-4337-b1ba-51efa851577d X-Archives-Hash: b0d8cf702a5ac614e08cb2afa55980f3 commit: b8f15d91bc5c54f9ea4cf41f8d8c2de6b9eee1fe Author: David Hicks hicks id au> AuthorDate: Thu Feb 16 13:28:39 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 25 15:03:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f15d91 media-libs/freetype-9999: use https for git checkout. Closes: https://github.com/gentoo/gentoo/pull/3986 media-libs/freetype/freetype-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/freetype/freetype-9999.ebuild b/media-libs/freetype/freetype-9999.ebuild index 8f70940304..b749fb8878 100644 --- a/media-libs/freetype/freetype-9999.ebuild +++ b/media-libs/freetype/freetype-9999.ebuild @@ -57,10 +57,10 @@ PATCHES=( src_fetch() { if [[ "${PV}" = 9999 ]] ; then local EGIT_REPO_URI - EGIT_REPO_URI="http://git.savannah.gnu.org/r/freetype/freetype2.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/r/freetype/freetype2.git" git-r3_src_fetch if use utils ; then - EGIT_REPO_URI="http://git.savannah.gnu.org/r/freetype/freetype2-demos.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/r/freetype/freetype2-demos.git" git-r3_src_fetch fi else