commit:     9be76b1a45de787bf8e56c5329c83f2e9dda2de3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:48:38 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 13:22:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be76b1a

media-gfx/krita: Uncoditionally disable build of benchmarks dir

Conditional upstream on BUILD_TESTING, but tests are restricted anyway,
while at least still building fine after this.

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

 media-gfx/krita/krita-5.2.6.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-gfx/krita/krita-5.2.6.ebuild 
b/media-gfx/krita/krita-5.2.6.ebuild
index 057f0f3539d7..00fbf4b56f35 100644
--- a/media-gfx/krita/krita-5.2.6.ebuild
+++ b/media-gfx/krita/krita-5.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -107,6 +107,11 @@ pkg_setup() {
        ecm_pkg_setup
 }
 
+src_prepare() {
+       ecm_src_prepare
+       cmake_comment_add_subdirectory benchmarks # bug 939842
+}
+
 src_configure() {
        # Prevent sandbox violation from FindPyQt5.py module
        # See Gentoo-bug 655918

Reply via email to