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 4EA72139694 for ; Sun, 30 Jul 2017 08:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 953181FC175; Sun, 30 Jul 2017 08:47:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6D0B61FC176 for ; Sun, 30 Jul 2017 08:47:51 +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 7C2FD341AA2 for ; Sun, 30 Jul 2017 08:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2843474C7 for ; Sun, 30 Jul 2017 08:47:49 +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: <1501404403.24ca47a3228bec5125057ffec64c30bfeaba31f5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/screenfetch-3.8.0.ebuild app-misc/screenfetch/screenfetch-9999.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24ca47a3228bec5125057ffec64c30bfeaba31f5 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:49 +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: 15434c15-2c7a-493a-a3d9-1d9853ed8512 X-Archives-Hash: 6d2d0c5364a2a10b910fd4f10fc6b92d commit: 24ca47a3228bec5125057ffec64c30bfeaba31f5 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:10:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:46:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ca47a3 app-misc/screenfetch: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-misc/screenfetch/screenfetch-3.8.0.ebuild | 2 +- app-misc/screenfetch/screenfetch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/screenfetch/screenfetch-3.8.0.ebuild b/app-misc/screenfetch/screenfetch-3.8.0.ebuild index cad0e56fc2f..517954aa468 100644 --- a/app-misc/screenfetch/screenfetch-3.8.0.ebuild +++ b/app-misc/screenfetch/screenfetch-3.8.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" )" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/KittyKatt/screenFetch.git" + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else KEYWORDS="~amd64 ~x86" diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild index cad0e56fc2f..517954aa468 100644 --- a/app-misc/screenfetch/screenfetch-9999.ebuild +++ b/app-misc/screenfetch/screenfetch-9999.ebuild @@ -21,7 +21,7 @@ RDEPEND=" )" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/KittyKatt/screenFetch.git" + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else KEYWORDS="~amd64 ~x86"