ltrace: remove needless git dependency.

This commit is contained in:
Enno Boland 2015-07-25 23:02:39 +02:00
parent 099f39a664
commit 48df397eff
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=ltrace
version=0.7.3
revision=5
build_style=gnu-configure
hostmakedepends="automake libtool git"
hostmakedepends="automake libtool"
makedepends="elfutils-devel"
conf_files="/etc/ltrace.conf"
short_desc="Tracks runtime library calls in dynamically linked programs"