mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-18 16:58:08 -07:00
- 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>
14 lines
382 B
Diff
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: {
|