commit:     76f1e8e99653bc5824e854ebef6a675000eb597a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 07:03:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 07:03:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f1e8e9

sys-devel/mold: drop obsolete PCH option

No longer needed as the eclass does it for us 
(3867345f8c2d9f24157508bc6372f479a82cf33f).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/mold/mold-2.30.0.ebuild | 1 -
 sys-devel/mold/mold-2.4.0.ebuild  | 3 +--
 sys-devel/mold/mold-2.4.1.ebuild  | 1 -
 sys-devel/mold/mold-9999.ebuild   | 1 -
 4 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-devel/mold/mold-2.30.0.ebuild 
b/sys-devel/mold/mold-2.30.0.ebuild
index cce55d1650c9..05ff0820df78 100644
--- a/sys-devel/mold/mold-2.30.0.ebuild
+++ b/sys-devel/mold/mold-2.30.0.ebuild
@@ -70,7 +70,6 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
                -DMOLD_ENABLE_QEMU_TESTS=OFF
                -DMOLD_LTO=OFF # Should be up to the user to decide this with 
CXXFLAGS.
                -DMOLD_USE_MIMALLOC=$(usex !kernel_Darwin)

diff --git a/sys-devel/mold/mold-2.4.0.ebuild b/sys-devel/mold/mold-2.4.0.ebuild
index 52d41ed470e9..39999e0ec4a8 100644
--- a/sys-devel/mold/mold-2.4.0.ebuild
+++ b/sys-devel/mold/mold-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -69,7 +69,6 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
                -DMOLD_ENABLE_QEMU_TESTS=OFF
                -DMOLD_LTO=OFF # Should be up to the user to decide this with 
CXXFLAGS.
                -DMOLD_USE_MIMALLOC=$(usex !kernel_Darwin)

diff --git a/sys-devel/mold/mold-2.4.1.ebuild b/sys-devel/mold/mold-2.4.1.ebuild
index ac067b811ef2..066b8e9902c7 100644
--- a/sys-devel/mold/mold-2.4.1.ebuild
+++ b/sys-devel/mold/mold-2.4.1.ebuild
@@ -65,7 +65,6 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
                -DMOLD_ENABLE_QEMU_TESTS=OFF
                -DMOLD_LTO=OFF # Should be up to the user to decide this with 
CXXFLAGS.
                -DMOLD_USE_MIMALLOC=$(usex !kernel_Darwin)

diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index ac067b811ef2..066b8e9902c7 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -65,7 +65,6 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
                -DMOLD_ENABLE_QEMU_TESTS=OFF
                -DMOLD_LTO=OFF # Should be up to the user to decide this with 
CXXFLAGS.
                -DMOLD_USE_MIMALLOC=$(usex !kernel_Darwin)

Reply via email to