base-chroot{,-musl}: drop gettext-devel.
This commit is contained in:
parent
44ff4c9477
commit
bbb104e3c7
|
@ -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.15
|
version=0.16
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -16,6 +16,6 @@ only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
|
||||||
depends="
|
depends="
|
||||||
base-files kernel-libc-headers 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
|
||||||
gettext gettext-devel chroot-texinfo sed chroot-gawk diffutils
|
gettext 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 ccache xbps xz which"
|
chroot-git ccache xbps xz which"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot'
|
# Template file for 'base-chroot'
|
||||||
pkgname=base-chroot
|
pkgname=base-chroot
|
||||||
version=0.61
|
version=0.62
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -12,6 +12,6 @@ license="Public domain"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
base-files kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
||||||
gcc-c++ patch chroot-bash chroot-grep coreutils gettext gettext-devel
|
gcc-c++ patch chroot-bash chroot-grep coreutils gettext
|
||||||
chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
|
chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
|
||||||
chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
|
chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
|
||||||
|
|
Loading…
Reference in New Issue