diff options
Diffstat (limited to 'repo/devel/gdb')
-rw-r--r-- | repo/devel/gdb/gdb.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/gdb/gdb.xibuild b/repo/devel/gdb/gdb.xibuild index 5b3b3a8..86dec8f 100644 --- a/repo/devel/gdb/gdb.xibuild +++ b/repo/devel/gdb/gdb.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make expat guile ncurses python xz texinfo" -DEPS="python-six doxygen gcc guile rust python valgrind systemtap" +DEPS="python-six doxygen gcc guile rust python " PKG_VER=11.2 SOURCE=https://ftp.gnu.org/gnu/gdb/gdb-$PKG_VER.tar.xz |