summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-27 18:29:11 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-27 18:29:11 -0300
commitefb5fbac197a2f552ba84cfb9475d2968d6c423a (patch)
treeed527273245c350ac43988a842ac9404b404fd06 /libre/grub
parentb9d06f3e95d1818b26114417b29ab66f439c2a30 (diff)
grub: remove xen in optdepends
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
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