From efb5fbac197a2f552ba84cfb9475d2968d6c423a Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sun, 27 Sep 2015 18:29:11 -0300 Subject: grub: remove xen in optdepends --- libre/grub/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libre/grub') diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index a0f936481..1c4625f9d 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -61,11 +61,8 @@ optdepends=('freetype2: For grub-mkfont usage' 'libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue' 'os-prober: To detect other OSes when generating grub.cfg in BIOS systems' 'mtools: For grub-mkrescue FAT FS support') -if [[ "${CARCH}" == "x86_64" ]]; then - optdepends+=('xen: For boot support into XEN server') -elif [[ "${CARCH}" == "i686" ]]; then - optdepends+=('xen: For boot support into XEN server' - 'linux-libre-xen: For boot support into XEN server') +if [[ "${CARCH}" == "i686" ]]; then + optdepends+=('linux-libre-xen: For boot support into XEN server') fi if [[ "${_GRUB_EMU_BUILD}" == "1" ]] && [[ "${CARCH}" != "armv7h" ]]; then -- cgit v1.2.3-54-g00ecf