From 0bf450f5e4fae70aea1615b1ef6885e750c904c8 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 11 Aug 2024 20:59:12 -0400 Subject: games-simulation/flightgear: 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). Note: the live ebuild still doesn't actually build. The patch is stale and then there are a bunch of weird "XXX does not name a type" and "YYY was not declared in this scope" errors that I have no patience to debug. Perhaps an upstream bug. I was able to determine that existing LTO errors are still present and then gave up. Baby steps... :D Signed-off-by: Eli Schwartz --- games-simulation/flightgear/flightgear-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games-simulation/flightgear') diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index b35e56b521a8..ec1215fc6d90 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -7,8 +7,7 @@ inherit cmake toolchain-funcs git-r3 DESCRIPTION="Open Source Flight Simulator" HOMEPAGE="https://www.flightgear.org/" -EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/${PN} - git://mapserver.flightgear.org/${PN}" +EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN}" EGIT_BRANCH="next" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad