From 81fc56e9b8eab175ef088bec7d3dbfe3e50cd9e8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Aug 2014 11:13:16 +0200 Subject: [PATCH] base-system{,-systemd}: drop parted; util-linux-2.25 supports GPT, so it's unnecessary. --- srcpkgs/base-system-systemd/template | 4 ++-- srcpkgs/base-system/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/base-system-systemd/template b/srcpkgs/base-system-systemd/template index 090e4b0b47..896dbb4cc7 100644 --- a/srcpkgs/base-system-systemd/template +++ b/srcpkgs/base-system-systemd/template @@ -1,6 +1,6 @@ # Template file for 'base-system-systemd' pkgname=base-system-systemd -version=0.90 +version=0.92 revision=1 build_style=meta homepage="http://www.voidlinux.eu/" @@ -18,7 +18,7 @@ depends=" man-db 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 - parted kmod" + kmod" case "$XBPS_TARGET_MACHINE" in i686) depends+=" linux grub";; diff --git a/srcpkgs/base-system/template b/srcpkgs/base-system/template index 5a6838d67b..ccdd60bb78 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.91 +version=0.92 revision=1 build_style=meta homepage="http://www.voidlinux.eu/" @@ -17,7 +17,7 @@ depends=" man-db shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware - void-artwork traceroute ethtool parted kmod" + void-artwork traceroute ethtool kmod" case "$XBPS_TARGET_MACHINE" in i686) depends+=" linux grub";;