base-system{,-systemd}: depend on awk and man virtual pkgs.
This commit is contained in:
parent
9b8410064a
commit
328b18dce7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-system-systemd'
|
||||
pkgname=base-system-systemd
|
||||
version=0.93
|
||||
version=0.95
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
|
@ -14,13 +14,13 @@ replaces="base-system>=0"
|
|||
makedepends="gcc glibc"
|
||||
depends="
|
||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd
|
||||
dash bash grep gzip file sed awk less util-linux which tar man-pages
|
||||
man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd
|
||||
psmisc procps-ng tzdata pciutils iana-etc systemd openssh dhcpcd iproute2 iputils
|
||||
iw wpa_supplicant xbps nvi sudo wifi-firmware void-artwork traceroute ethtool
|
||||
kmod"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) depends+=" linux grub";;
|
||||
x86_64) depends+=" linux grub-x86_64-efi";;
|
||||
i686) depends+=" linux";;
|
||||
x86_64) depends+=" linux";;
|
||||
esac
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-system'
|
||||
pkgname=base-system
|
||||
version=0.94
|
||||
version=0.95
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
|
@ -12,8 +12,8 @@ replaces="base-system-runit>=0"
|
|||
|
||||
depends="
|
||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||
dash bash grep gzip file sed awk less util-linux which tar man-pages
|
||||
man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||
psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
||||
kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
|
||||
void-artwork traceroute ethtool kmod"
|
||||
|
|
Loading…
Reference in New Issue