xbps-src: depend on linux-user-chroot and fakeroot.

This commit is contained in:
Juan RP 2012-11-23 12:25:02 +01:00
parent eb7eefe9c5
commit f7555502a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xbps-src' # Template file for 'xbps-src'
pkgname=xbps-src pkgname=xbps-src
version="$(date -u +%Y%m%d)" version="$(date -u +%Y%m%d)"
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
@ -20,7 +20,7 @@ nofetch=yes
noextract=yes noextract=yes
makedepends="git" makedepends="git"
depends="xbps-triggers>=0.54" depends="xbps-triggers>=0.54 linux-user-chroot fakeroot"
replaces="xbps-src-git>=0" replaces="xbps-src-git>=0"
do_fetch() { do_fetch() {