summaryrefslogtreecommitdiff
path: root/dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-12 22:37:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-13 10:43:34 +0100
commit4446ae516b507898be988ff2feca78cf2aa511c6 (patch)
tree9af3d991a69dacadff816692484a2e629ce2c508 /dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch
parent75c8796bf66c9707a329f1787af449b4ec1f52e5 (diff)
downloadgentoo-4446ae516b507898be988ff2feca78cf2aa511c6.tar.gz
gentoo-4446ae516b507898be988ff2feca78cf2aa511c6.tar.bz2
gentoo-4446ae516b507898be988ff2feca78cf2aa511c6.zip
dev-db/sqlitestudio: add Qt6-based 4.0.0_pre20251207 w/o KEYWORDS
Bug: https://bugs.gentoo.org/953925 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch')
-rw-r--r--dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch b/dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch
new file mode 100644
index 000000000000..ddb88534257e
--- /dev/null
+++ b/dev-db/sqlitestudio/files/sqlitestudio-4.0.0_pre20251207-fix-python.patch
@@ -0,0 +1,13 @@
+diff --git a/Plugins/ScriptingPython/ScriptingPython.pro b/Plugins/ScriptingPython/ScriptingPython.pro
+index 75375da..614cfe8 100644
+--- a/Plugins/ScriptingPython/ScriptingPython.pro
++++ b/Plugins/ScriptingPython/ScriptingPython.pro
+@@ -22,7 +22,7 @@ isEmpty(PYTHON_VERSION) {
+ PYTHON_VERSION = 3.9
+ }
+ linux: {
+- LIBS += -lpython$$PYTHON_VERSION
++ #LIBS += -lpython$$PYTHON_VERSION
+ }
+
+ macx: {