gdb: remove unexistent conf file.

This commit is contained in:
Juan RP 2015-04-14 11:24:36 +02:00
parent 0b2a7f39f3
commit a857791b21

View file

@ -1,7 +1,7 @@
# Template file for 'gdb'
pkgname=gdb
version=7.9
revision=1
revision=2
patch_args="-Np1"
build_style=gnu-configure
configure_args="--disable-werror --disable-nls --with-system-readline
@ -9,7 +9,6 @@ configure_args="--disable-werror --disable-nls --with-system-readline
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
hostmakedepends="perl"
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
conf_files="/etc/gdb/gdbinit"
short_desc="The GNU Debugger"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnu.org/software/gdb/"