Files
gentoo/dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch
Onkobu Tanaake 1cdd81378c dev-db/sqlitestudio: bump 3.4.3
- drop unnecessary sed invocation
- introduce USE python
- ncurses fix is not necessary anymore, dependency was removed/ unnecessary
- drop 3.2.1, source could not be downloaded anymore
- add patch to fix linking of python
- update manifest
- Copyright
- sed expression must fix all paths
- delete test artifacts/ avoid installation

Signed-off-by: Onkobu Tanaake <onkobu@onkobutanaake.de>
Reported-by: Onkobu Tanaake <onkobu@onkobutanaake.de>
Closes: https://github.com/gentoo/gentoo/pull/28930
Closes: https://bugs.gentoo.org/889314
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-17 11:44:07 +02:00

14 lines
382 B
Diff

diff --git a/Plugins/ScriptingPython/ScriptingPython.pro.orig b/Plugins/ScriptingPython/ScriptingPython.pro
index 02fb5d3..d928aaf 100644
--- a/Plugins/ScriptingPython/ScriptingPython.pro.orig
+++ b/Plugins/ScriptingPython/ScriptingPython.pro
@@ -18,7 +18,7 @@ OTHER_FILES += \
scriptingpython.json
linux: {
- LIBS += -lpython3.9
+ # LIBS += -lpython3.9
}
macx: {