From bbc2256985c40f8ab16ca5b6ff994b61063e3c28 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 6 Nov 2017 14:32:09 -0300 Subject: libre/grub: Remove linux-libre-xen from optdepends And disable it, since we don't have kernels that support it --- libre/grub/PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libre/grub') diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index a2628e2dd..d3c6a4446 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -7,7 +7,7 @@ # Maintainer: Omar Vega Ramos ## '1' to enable Xen support, '0' to disable -_XEN='1' +_XEN='0' ## '1' to enable IA32-EFI build in Arch x86_64, '0' to disable _IA32_EFI_IN_ARCH_X64='1' @@ -716,10 +716,6 @@ package_grub() { 'os-prober: To detect other OSes when generating grub.cfg in BIOS systems' 'mtools: For grub-mkrescue FAT FS support') - if [[ "${CARCH}" = 'i686' ]]; then - optdepends+=('linux-libre-xen: For boot support into XEN server') - fi - if [[ "${_GRUB_EMU_BUILD}" = '1' ]]; then optdepends+=('libusbx: For grub-emu USB support' 'sdl: For grub-emu SDL support') -- cgit v1.2.3