summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-11 20:59:12 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-11 21:16:00 -0400
commit0bf450f5e4fae70aea1615b1ef6885e750c904c8 (patch)
tree94ca3e1fd8554041acb78dc30a2b8359906a845b /games-simulation
parentdev-util/gcovr: drop old (diff)
downloadgentoo-0bf450f5e4fae70aea1615b1ef6885e750c904c8.tar.gz
gentoo-0bf450f5e4fae70aea1615b1ef6885e750c904c8.tar.bz2
gentoo-0bf450f5e4fae70aea1615b1ef6885e750c904c8.zip
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 <eschwartz@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/flightgear/flightgear-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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"