From bb5cc69b50808e9365c47d727eeb3a46fbc6f3ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Jul 2015 10:20:43 +0200 Subject: [PATCH] base-system: drop systemd build option. --- srcpkgs/base-system/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/base-system/template b/srcpkgs/base-system/template index f9f3cf6cbbd..8622d742bd4 100644 --- a/srcpkgs/base-system/template +++ b/srcpkgs/base-system/template @@ -1,6 +1,6 @@ # Template file for 'base-system' pkgname=base-system -version=0.111 +version=0.112 revision=1 build_style=meta homepage="http://www.voidlinux.eu/" @@ -14,16 +14,12 @@ depends=" mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools psmisc procps-ng tzdata pciutils iana-etc openssh dhcpcd kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware - void-artwork traceroute ethtool kmod acpid - $(vopt_if systemd systemd 'eudev runit-void')" + void-artwork traceroute ethtool kmod acpid eudev runit-void" case "$XBPS_TARGET_MACHINE" in *-musl) depends+=" musl";; *) depends+=" glibc-locales";; esac case "$XBPS_TARGET_MACHINE" in - i686*) depends+=" linux";; - x86_64*) depends+=" linux";; + i686*|x86_64*) depends+=" linux";; esac - -build_options="systemd"