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 1D3EE1396D0 for ; Sun, 24 Sep 2017 23:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04E462BC029; Sun, 24 Sep 2017 23:01:54 +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 D6E1E2BC029 for ; Sun, 24 Sep 2017 23:01:53 +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 CBBAC33BF51 for ; Sun, 24 Sep 2017 23:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B76908A for ; Sun, 24 Sep 2017 23:01:51 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1506294072.65bb543536f8f9ba55fee9f9d2f5324a7dd8e695.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 X-VCS-Branch: master Date: Sun, 24 Sep 2017 23:01:51 +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: e981a7cb-3473-4f89-a8e1-4be6944f4138 X-Archives-Hash: e8760faa771ef9f6fa7437b4936c88d0 commit: 65bb543536f8f9ba55fee9f9d2f5324a7dd8e695 Author: Tim Harder gentoo org> AuthorDate: Sun Sep 24 23:00:37 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Sep 24 23:01:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bb5435 sys-apps/busybox: use https for git repo sys-apps/busybox/busybox-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 49d6bf47002..3abfee0f802 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then MY_P=${P} - EGIT_REPO_URI="git://busybox.net/busybox.git" + EGIT_REPO_URI="https://git.busybox.net/busybox" inherit git-r3 else MY_P=${PN}-${PV/_/-}