base-chroot: drop chroot-binutils; remove unnecessary deps.
This commit is contained in:
parent
332877892a
commit
cd5dfd8d39
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot'
|
# Template file for 'base-chroot'
|
||||||
pkgname=base-chroot
|
pkgname=base-chroot
|
||||||
version=0.37
|
version=0.38
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -13,12 +13,12 @@ long_desc="
|
||||||
inside of a chroot with xbps-src."
|
inside of a chroot with xbps-src."
|
||||||
|
|
||||||
makedepends="
|
makedepends="
|
||||||
xbps-triggers base-files kernel-libc-headers chroot-glibc>=2.17_8
|
xbps-triggers base-files kernel-libc-headers chroot-glibc
|
||||||
chroot-binutils>=2.22.52.0.4_1 chroot-gcc chroot-patch chroot-bash
|
binutils chroot-gcc chroot-patch chroot-bash chroot-grep
|
||||||
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
||||||
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-file
|
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip
|
||||||
chroot-tar chroot-m4 chroot-fakeroot chroot-distcc chroot-git
|
chroot-file chroot-tar chroot-m4 chroot-fakeroot chroot-distcc
|
||||||
zlib-devel bzip2-devel ccache xbps-src>=20130317_4 xbps xz"
|
chroot-git ccache xbps-src>=20130317_4 xbps xz"
|
||||||
|
|
||||||
base-chroot_package() {
|
base-chroot_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
|
Loading…
Reference in New Issue