summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-16 17:22:23 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-16 18:34:46 +0100
commitbdf15e4d4fe6f176e8e0f866bf8cfa565d48c72f (patch)
tree3dc4b7ed637cef16459ff05e8dbc3fca707ade3a /media-gfx/darktable
parentmedia-gfx/darktable: remove unused USE-description (diff)
downloadgentoo-bdf15e4d4fe6f176e8e0f866bf8cfa565d48c72f.tar.gz
gentoo-bdf15e4d4fe6f176e8e0f866bf8cfa565d48c72f.tar.bz2
gentoo-bdf15e4d4fe6f176e8e0f866bf8cfa565d48c72f.zip
media-gfx/darktable: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19490 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/darktable')
-rw-r--r--media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch b/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch
deleted file mode 100644
index 1aa0aec5163f..000000000000
--- a/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -319,15 +319,7 @@
- message(STATUS "Test-compilation of OpenCL programs is disabled.")
- endif()
-
--# we need jsonschema to check noiseprofiles.json
--find_program(jsonschema_BIN jsonschema)
--if(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND")
-- message(STATUS "Missing jsonschema, problems in noiseprofiles.json might go unnoticed")
-- set(VALIDATE_JSON 0)
--else(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND")
-- message(STATUS "Found jsonschema")
-- set(VALIDATE_JSON 1)
--endif(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND")
-+set(VALIDATE_JSON 0)
-
- # we need an xslt interpreter to generate preferences_gen.h and darktablerc
- find_program(Xsltproc_BIN xsltproc)