commit:     d1c9df8d3950e7263fd2c585b426f0024f954e45
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 16:54:06 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 16:55:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c9df8d

dev-cpp/muParser: Remove unused examples subdir to silence CMake 4 warning

Bug: https://bugs.gentoo.org/951718
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-cpp/muParser/muParser-2.3.5.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-cpp/muParser/muParser-2.3.5.ebuild 
b/dev-cpp/muParser/muParser-2.3.5.ebuild
index 5a5d25533a57..6f88b04a2054 100644
--- a/dev-cpp/muParser/muParser-2.3.5.ebuild
+++ b/dev-cpp/muParser/muParser-2.3.5.ebuild
@@ -24,6 +24,11 @@ pkg_setup() {
        [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }
 
+src_prepare() {
+       rm -vr samples/example3 || die # unused, causing bug #951718
+       cmake_src_prepare
+}
+
 src_configure() {
        local mycmakeargs=(
                -DBUILD_TESTING=$(usex test)

Reply via email to