From df6e5bbfe3994897016de1910fae697565d96df2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 19 Nov 2012 15:55:59 +0100 Subject: [PATCH] xbps-src-git: remove deps; they can be guessed at runtime. --- srcpkgs/xbps-src-git/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/xbps-src-git/template b/srcpkgs/xbps-src-git/template index 44e15d87998..5ce4d08f5d8 100644 --- a/srcpkgs/xbps-src-git/template +++ b/srcpkgs/xbps-src-git/template @@ -1,12 +1,10 @@ # Template file for 'xbps-src-git' pkgname=xbps-src-git version="$(date -u +%Y%m%d)" -revision=1 +revision=2 build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" -depends="gcc-c++ make bison gettext texinfo patch perl fakeroot linux-user-chroot" -fulldepends="git" provides="xbps-src-9999" replaces="xbps-src>=0" conf_files="/etc/xbps/xbps-src.conf"