diff options
author | 2024-08-11 21:00:58 -0400 | |
---|---|---|
committer | 2024-08-11 21:16:00 -0400 | |
commit | 8d54fe01bba0a0402b0fef8e99974766cc1956c3 (patch) | |
tree | 0b1fef287102a8b0738530163c21cac4d4ecb6b1 /dev-games | |
parent | games-simulation/flightgear: use https for git clones in live (diff) | |
download | gentoo-8d54fe01bba0a0402b0fef8e99974766cc1956c3.tar.gz gentoo-8d54fe01bba0a0402b0fef8e99974766cc1956c3.tar.bz2 gentoo-8d54fe01bba0a0402b0fef8e99974766cc1956c3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/simgear/simgear-9999.ebuild | 5 |
1 files 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" |