mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
chroot-fakeroot: chroot-util-linux is only required at run-time.
This commit is contained in:
parent
e14377926f
commit
fc4acc2f68
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-fakeroot'
|
# Template file for 'chroot-fakeroot'
|
||||||
pkgname=chroot-fakeroot
|
pkgname=chroot-fakeroot
|
||||||
version=1.18.4
|
version=1.18.4
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="fakeroot-${version}"
|
wrksrc="fakeroot-${version}"
|
||||||
|
@ -9,8 +9,7 @@ build_style=gnu-configure
|
||||||
provides="fakeroot-${version}_${revision}"
|
provides="fakeroot-${version}_${revision}"
|
||||||
conflicts="fakeroot>=0"
|
conflicts="fakeroot>=0"
|
||||||
# need getopt(1)
|
# need getopt(1)
|
||||||
makedepends="chroot-util-linux"
|
depends="chroot-util-linux"
|
||||||
depends="${makedepends}"
|
|
||||||
short_desc="Gives a fake root environment -- for xbps-src use"
|
short_desc="Gives a fake root environment -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
|
|
Loading…
Add table
Reference in a new issue