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 00793139694 for ; Sun, 30 Jul 2017 12:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4141FC197; Sun, 30 Jul 2017 12:13:14 +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 2AF551FC197 for ; Sun, 30 Jul 2017 12:13:14 +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 2B236341AAE for ; Sun, 30 Jul 2017 12:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A2574DA for ; Sun, 30 Jul 2017 12:13:09 +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: <1501416780.70c0150fb954d08aa0f385951a4bcbc722cdb8e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-starburst/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild X-VCS-Directories: media-plugins/kodi-visualization-starburst/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 70c0150fb954d08aa0f385951a4bcbc722cdb8e4 X-VCS-Branch: master Date: Sun, 30 Jul 2017 12:13:09 +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: f1a4d9ec-a3b7-4e52-8df4-0c42f85591c3 X-Archives-Hash: 2c012fe51e51ba73cf6f901e622140af commit: 70c0150fb954d08aa0f385951a4bcbc722cdb8e4 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:47:10 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 12:13:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c0150f media-plugins/kodi-visualization-starburst: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../kodi-visualization-starburst-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild index ced34f2a04f..4b1bf1f00f4 100644 --- a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild +++ b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-9999.ebuild @@ -12,7 +12,7 @@ SRC_URI="" case ${PV} in 9999) SRC_URI="" - EGIT_REPO_URI="git://github.com/notspiff/visualization.starburst.git" + EGIT_REPO_URI="https://github.com/notspiff/visualization.starburst.git" inherit git-r3 ;; *)