Date: Tuesday, May 26, 2020 @ 17:20:56
  Author: anatolik
Revision: 635144

Use default python path (that points to python3)

Modified:
  aarch64-linux-gnu-gdb/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-26 17:19:47 UTC (rev 635143)
+++ PKGBUILD    2020-05-26 17:20:56 UTC (rev 635144)
@@ -32,7 +32,7 @@
     --enable-interwork \
     --with-system-readline \
     --disable-nls \
-    --with-python=/usr/bin/python3 \
+    --with-python=/usr/bin/python \
     --with-guile=guile-2.0 \
     --with-system-gdbinit=/etc/gdb/gdbinit
 

Reply via email to