[arch-commits] Commit in gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Jul 29 16:12:22 UTC 2015


    Date: Wednesday, July 29, 2015 @ 18:12:22
  Author: anatolik
Revision: 242843

FS#44921 Use python3 for bindings

Modified:
  gdb/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-29 14:30:38 UTC (rev 242842)
+++ PKGBUILD	2015-07-29 16:12:22 UTC (rev 242843)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
+depends=('ncurses' 'expat' 'python' 'xz' 'guile')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
@@ -28,10 +28,9 @@
 build() {
   cd gdb-$pkgver
   
-  # guile support has a severe bug https://sourceware.org/bugzilla/show_bug.cgi?id=17247
   ./configure --prefix=/usr --disable-nls \
     --with-system-readline \
-    --with-python=/usr/bin/python2 \
+    --with-python=/usr/bin/python3 \
     --with-system-gdbinit=/etc/gdb/gdbinit
   make
 }



More information about the arch-commits mailing list