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 B9FFE139694 for ; Sun, 30 Jul 2017 09:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60101FC2A0; Sun, 30 Jul 2017 09:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 79A441FC2A1 for ; Sun, 30 Jul 2017 09:38:17 +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 B6F44341A9A for ; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5575F74DA for ; Sun, 30 Jul 2017 09:38:13 +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: <1501407484.8123588ff66d9f8e99e8f1ea5389b1dfbf89f236.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8123588ff66d9f8e99e8f1ea5389b1dfbf89f236 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:38: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-Archives-Salt: c8f702b5-4c37-4423-bc5e-c43d219bdafa X-Archives-Hash: 658e49912c41a8499514238a11e47d8a commit: 8123588ff66d9f8e99e8f1ea5389b1dfbf89f236 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:44:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:38:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8123588f media-libs/raspberrypi-userland: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild index fb3240d5919..ddbbd294d3a 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/raspberrypi/userland" if [[ ${PV} == 9999* ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" SRC_URI="" else GIT_COMMIT="dff5760"