From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F186A138359 for ; Tue, 6 Oct 2020 19:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F348E09C6; Tue, 6 Oct 2020 19:34:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02E0CE09C6 for ; Tue, 6 Oct 2020 19:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1E1D33BDC5 for ; Tue, 6 Oct 2020 19:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C2F833A for ; Tue, 6 Oct 2020 19:33:59 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1602012809.a5485bfd393b2c84888224d0e9a94407afaad1d7.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/flightgear/flightgear-2020.1.2.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: a5485bfd393b2c84888224d0e9a94407afaad1d7 X-VCS-Branch: master Date: Tue, 6 Oct 2020 19:33:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5de882ed-a68b-466b-99b3-66f6ea7d7b1f X-Archives-Hash: 65bccdbbbc361997308ce5c46497f506 commit: a5485bfd393b2c84888224d0e9a94407afaad1d7 Author: Maciej Mrozowski gentoo org> AuthorDate: Tue Oct 6 19:32:53 2020 +0000 Commit: Maciej Mrozowski gentoo 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 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)