base-chroot{,-musl}: depend on gettext{,-devel}; chroot-gettext is gone.

This commit is contained in:
Juan RP 2015-05-18 16:43:38 +02:00
parent 464fbf9782
commit 69aeca7ab0
2 changed files with 9 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'base-chroot-musl' # Template file for 'base-chroot-musl'
pkgname=base-chroot-musl pkgname=base-chroot-musl
version=0.14 version=0.15
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=meta build_style=meta
@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl" only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
depends=" depends="
base-files>=0.92 kernel-libc-headers>=3.17 musl musl-legacy-compat base-files kernel-libc-headers musl musl-legacy-compat
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
chroot-gettext chroot-texinfo sed chroot-gawk diffutils gettext gettext-devel chroot-texinfo sed chroot-gawk diffutils
make gzip file tar chroot-util-linux chroot-distcc make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 ccache xbps>=0.41 xz which" chroot-git ccache xbps xz which"

View file

@ -1,6 +1,6 @@
# Template file for 'base-chroot' # Template file for 'base-chroot'
pkgname=base-chroot pkgname=base-chroot
version=0.60 version=0.61
revision=1 revision=1
noarch=yes noarch=yes
bootstrap=yes bootstrap=yes
@ -11,9 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public domain" license="Public domain"
depends=" depends="
base-files>=0.92 kernel-libc-headers>=3.17 base-files kernel-libc-headers glibc-devel glibc-locales binutils gcc
glibc-devel glibc-locales binutils gcc>=4.9.1_8 gcc-c++ patch chroot-bash chroot-grep coreutils gettext gettext-devel
gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep coreutils chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 ccache xbps>=0.41 xz which"