commit:     8d54fe01bba0a0402b0fef8e99974766cc1956c3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 01:00:58 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 01:16:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d54fe01

dev-games/simgear: use https for git clones in live

Using git:// is a really bad idea and the eclass yells at you for it.
And the second uri does not actually exist (anymore).

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-games/simgear/simgear-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-games/simgear/simgear-9999.ebuild 
b/dev-games/simgear/simgear-9999.ebuild
index f86ab21c32aa..a00bfb2e0bd7 100644
--- a/dev-games/simgear/simgear-9999.ebuild
+++ b/dev-games/simgear/simgear-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,8 +7,7 @@ inherit cmake toolchain-funcs git-r3
 
 DESCRIPTION="Development library for simulation games"
 HOMEPAGE="https://www.flightgear.org/";
-EGIT_REPO_URI="git://git.code.sf.net/p/flightgear/${PN}
-       git://mapserver.flightgear.org/${PN}"
+EGIT_REPO_URI="https://git.code.sf.net/p/flightgear/${PN}";
 EGIT_BRANCH="next"
 
 LICENSE="GPL-2"

Reply via email to