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 172EC1396D0 for ; Tue, 3 Oct 2017 18:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6621D2BC007; Tue, 3 Oct 2017 18:52:09 +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 44ECB2BC007 for ; Tue, 3 Oct 2017 18:52:09 +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 419123418A2 for ; Tue, 3 Oct 2017 18:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C16949095 for ; Tue, 3 Oct 2017 18:52:06 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1507056720.2a47425f22d3f364ed1d339d65175191e92a8c3f.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freewrl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freewrl/freewrl-9999.ebuild X-VCS-Directories: media-gfx/freewrl/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 2a47425f22d3f364ed1d339d65175191e92a8c3f X-VCS-Branch: master Date: Tue, 3 Oct 2017 18:52:06 +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: 7704f269-624d-47b5-9646-067f6f1f7f96 X-Archives-Hash: d63b6b944f7a0a31389652631e048f03 commit: 2a47425f22d3f364ed1d339d65175191e92a8c3f Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Oct 3 18:51:29 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Tue Oct 3 18:52:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a47425f media-gfx/freewrl: use https:// instead of git:// on live ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.1 media-gfx/freewrl/freewrl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/freewrl/freewrl-9999.ebuild b/media-gfx/freewrl/freewrl-9999.ebuild index 536fd1261b7..9987dd19fbc 100644 --- a/media-gfx/freewrl/freewrl-9999.ebuild +++ b/media-gfx/freewrl/freewrl-9999.ebuild @@ -7,7 +7,7 @@ inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib if [[ ${PV} == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.code.sf.net/p/freewrl/git" + EGIT_REPO_URI="https://git.code.sf.net/p/freewrl/git" EGIT_BRANCH="develop" S="${WORKDIR}/${P}/freex3d" SRC_URI=