diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2022-04-10 22:05:56 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2022-04-10 23:33:37 +0200 |
commit | b851f9ff0e05369d2ae65e51e5878c19d8839d01 (patch) | |
tree | 4d2c418d61ec07fe6dd5f13ad08ff5652429c6fa /games-simulation/flightgear | |
parent | dev-util/intel-graphics-compiler: force lld version (diff) | |
download | gentoo-b851f9ff0e05369d2ae65e51e5878c19d8839d01.tar.gz gentoo-b851f9ff0e05369d2ae65e51e5878c19d8839d01.tar.bz2 gentoo-b851f9ff0e05369d2ae65e51e5878c19d8839d01.zip |
games-simulation/flightgear: version bump 2020.3.12, remove old
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'games-simulation/flightgear')
-rw-r--r-- | games-simulation/flightgear/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/flightgear/files/flightgear-2020.3.11-fix-assert.patch | 12 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-2020.3.12.ebuild (renamed from games-simulation/flightgear/flightgear-2020.3.11.ebuild) | 1 |
3 files changed, 1 insertions, 14 deletions
diff --git a/games-simulation/flightgear/Manifest b/games-simulation/flightgear/Manifest index 0d9ca261c9e9..50074be20454 100644 --- a/games-simulation/flightgear/Manifest +++ b/games-simulation/flightgear/Manifest @@ -1 +1 @@ -DIST flightgear-2020.3.11.tar.bz2 8926212 BLAKE2B 03b3203fb688fe842247f8ac11957f438f02154cbc992bb98076ab3dd6fcac5f3241509cc1c621f3b647487b772257763d154c756792ce8ff738ff5396fe07ef SHA512 9a7c6f262da8daf3d954df7a2a8a96e555f3212c1d949211d0dbddd08a8f7380fa8f4986d60f48e17db563154d250184ee772b79b10277a2c5819fabec3930ee +DIST flightgear-2020.3.12.tar.bz2 8929319 BLAKE2B e84b0519d69f46d5951372deed59f9b1219739710b3374d0bc0041127f8e4b7869c43b20169a9ac3a89d4e121f9da27d01c6db98e683bc3f80da6b1930e1a7c0 SHA512 91e04ae6dc5d12e799bab10b3c4321e77f8d995469453453fdff26a9858f40056dbe8c095423397fcbef307994042c377eb37532af2732674f39e5624c950e9c diff --git a/games-simulation/flightgear/files/flightgear-2020.3.11-fix-assert.patch b/games-simulation/flightgear/files/flightgear-2020.3.11-fix-assert.patch deleted file mode 100644 index f35cf2c426a4..000000000000 --- a/games-simulation/flightgear/files/flightgear-2020.3.11-fix-assert.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN flightgear-2020.3.11/src/Navaids/PositionedOctree.cxx fgfs-my/src/Navaids/PositionedOctree.cxx ---- flightgear-2020.3.11/src/Navaids/PositionedOctree.cxx 2021-07-29 11:35:40.000000000 +0200 -+++ fgfs-my/src/Navaids/PositionedOctree.cxx 2021-09-16 23:01:20.989931176 +0200 -@@ -148,7 +148,7 @@ - - void Leaf::insertChild(FGPositioned::Type ty, PositionedID id) - { -- assert(childrenLoaded); -+ assert(_childrenLoaded); - children.insert(children.end(), TypedPositioned(ty, id)); - } - diff --git a/games-simulation/flightgear/flightgear-2020.3.11.ebuild b/games-simulation/flightgear/flightgear-2020.3.12.ebuild index 5467dd59b859..baafbbda8846 100644 --- a/games-simulation/flightgear/flightgear-2020.3.11.ebuild +++ b/games-simulation/flightgear/flightgear-2020.3.12.ebuild @@ -65,7 +65,6 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${PN}-2020.3.8-cmake.patch" - "${FILESDIR}/${PN}-2020.3.11-fix-assert.patch" ) DOCS=(AUTHORS ChangeLog NEWS README Thanks) |