commit: a5485bfd393b2c84888224d0e9a94407afaad1d7 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 6 19:32:53 2020 +0000 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org> CommitDate: Tue Oct 6 19:33:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5485bfd
games-simulation/flightgear: fix QA issue, do not apply patches in live ebuild Closes: https://bugs.gentoo.org/744940 Bug: https://bugs.gentoo.org/736082 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org> games-simulation/flightgear/flightgear-2020.1.2.ebuild | 1 - games-simulation/flightgear/flightgear-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2020.1.2.ebuild b/games-simulation/flightgear/flightgear-2020.1.2.ebuild index 5ea0ecfd859..b8147e23d51 100644 --- a/games-simulation/flightgear/flightgear-2020.1.2.ebuild +++ b/games-simulation/flightgear/flightgear-2020.1.2.ebuild @@ -96,7 +96,6 @@ src_configure() { -DENABLE_QT=$(usex qt5) -DENABLE_RTI=OFF -DENABLE_SIMD=OFF # see CPU_FLAGS - -DENABLE_SIMD_CODE=$(usex cpu_flags_x86_sse2) -DENABLE_STGMERGE=ON -DENABLE_SWIFT=OFF # swift pilot client not packaged yet -DENABLE_TERRASYNC=$(usex utils) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 85e77a5fdaa..3e6caa57923 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -66,7 +66,7 @@ RDEPEND="${COMMON_DEPEND} " PATCHES=( - "${FILESDIR}/${PN}-2020.1.2-cmake.patch" +# "${FILESDIR}/${PN}-2020.1.2-cmake.patch" ) DOCS=(AUTHORS ChangeLog NEWS README Thanks) @@ -97,7 +97,6 @@ src_configure() { -DENABLE_QT=$(usex qt5) -DENABLE_RTI=OFF -DENABLE_SIMD=OFF # see CPU_FLAGS - -DENABLE_SIMD_CODE=$(usex cpu_flags_x86_sse2) -DENABLE_STGMERGE=ON -DENABLE_SWIFT=OFF # swift pilot client not packaged yet -DENABLE_TERRASYNC=$(usex utils)
