commit:     b2826343bb8009c16f9934b73d41fdd02b720a6a
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct  9 13:56:12 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Oct  9 13:57:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2826343

sci-electronics/slang: add missing patch

- fix build issue and add missing patch file

Closes: https://bugs.gentoo.org/915476
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 .../files/slang-4.0-fix-gentoo-libfmt-depend.patch | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git 
a/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch 
b/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 0000000000..bae7276593
--- /dev/null
+++ b/sci-electronics/slang/files/slang-4.0-fix-gentoo-libfmt-depend.patch
@@ -0,0 +1,26 @@
+From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
+From: Huang Rui <[email protected]>
+Date: Fri, 15 Sep 2023 19:38:34 +0800
+Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
+
+Signed-off-by: Huang Rui <[email protected]>
+---
+ external/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index 9341eb2e2ffa..4ea7429a69a8 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # ~~~
+ 
+ # Required minimum versions for dependencies
+-set(fmt_min_version "10.0")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+ 
+-- 
+2.42.0
+

Reply via email to