Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/
Date: Tue, 06 Oct 2020 19:34:02
Message-Id: 1602012809.a5485bfd393b2c84888224d0e9a94407afaad1d7.reavertm@gentoo
1 commit: a5485bfd393b2c84888224d0e9a94407afaad1d7
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 19:32:53 2020 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 19:33:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5485bfd
7
8 games-simulation/flightgear: fix QA issue, do not apply patches in live ebuild
9
10 Closes: https://bugs.gentoo.org/744940
11 Bug: https://bugs.gentoo.org/736082
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
14
15 games-simulation/flightgear/flightgear-2020.1.2.ebuild | 1 -
16 games-simulation/flightgear/flightgear-9999.ebuild | 3 +--
17 2 files changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/games-simulation/flightgear/flightgear-2020.1.2.ebuild b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
20 index 5ea0ecfd859..b8147e23d51 100644
21 --- a/games-simulation/flightgear/flightgear-2020.1.2.ebuild
22 +++ b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
23 @@ -96,7 +96,6 @@ src_configure() {
24 -DENABLE_QT=$(usex qt5)
25 -DENABLE_RTI=OFF
26 -DENABLE_SIMD=OFF # see CPU_FLAGS
27 - -DENABLE_SIMD_CODE=$(usex cpu_flags_x86_sse2)
28 -DENABLE_STGMERGE=ON
29 -DENABLE_SWIFT=OFF # swift pilot client not packaged yet
30 -DENABLE_TERRASYNC=$(usex utils)
31
32 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
33 index 85e77a5fdaa..3e6caa57923 100644
34 --- a/games-simulation/flightgear/flightgear-9999.ebuild
35 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
36 @@ -66,7 +66,7 @@ RDEPEND="${COMMON_DEPEND}
37 "
38
39 PATCHES=(
40 - "${FILESDIR}/${PN}-2020.1.2-cmake.patch"
41 +# "${FILESDIR}/${PN}-2020.1.2-cmake.patch"
42 )
43
44 DOCS=(AUTHORS ChangeLog NEWS README Thanks)
45 @@ -97,7 +97,6 @@ src_configure() {
46 -DENABLE_QT=$(usex qt5)
47 -DENABLE_RTI=OFF
48 -DENABLE_SIMD=OFF # see CPU_FLAGS
49 - -DENABLE_SIMD_CODE=$(usex cpu_flags_x86_sse2)
50 -DENABLE_STGMERGE=ON
51 -DENABLE_SWIFT=OFF # swift pilot client not packaged yet
52 -DENABLE_TERRASYNC=$(usex utils)