commit:     0a71ca9df4a0eb403036cf7238653de78f2b0027
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Thu Sep 16 16:58:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 17:05:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a71ca9d

kde-plasma/kde-cli-tools: Bring kde-cli-tools-5.12.80-tests-optional.patch back

The kde-cli-tools-5.12.80-tests-optional.patch file was removed
prematurely. It's still in use by kde-cli-tools-5.22.5.ebuild.

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/22311
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/kde-cli-tools-5.12.80-tests-optional.patch           | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.12.80-tests-optional.patch 
b/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.12.80-tests-optional.patch
new file mode 100644
index 00000000000..11e032847c9
--- /dev/null
+++ b/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.12.80-tests-optional.patch
@@ -0,0 +1,10 @@
+--- a/keditfiletype/CMakeLists.txt     2018-02-14 22:09:07.341549164 -0700
++++ b/keditfiletype/CMakeLists.txt     2018-02-14 23:02:11.126749356 -0700
+@@ -1,4 +1,6 @@
+-add_subdirectory(tests)
++if(BUILD_TESTING)
++    add_subdirectory(tests)
++endif()
+ 
+ # KI18N Translation Domain for this library
+ add_definitions(-DTRANSLATION_DOMAIN=\"kcm5_filetypes\")

Reply via email to