diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-27 18:29:11 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-27 18:29:11 -0300 |
commit | efb5fbac197a2f552ba84cfb9475d2968d6c423a (patch) | |
tree | ed527273245c350ac43988a842ac9404b404fd06 | |
parent | b9d06f3e95d1818b26114417b29ab66f439c2a30 (diff) | |
download | abslibre-efb5fbac197a2f552ba84cfb9475d2968d6c423a.tar.gz abslibre-efb5fbac197a2f552ba84cfb9475d2968d6c423a.tar.bz2 abslibre-efb5fbac197a2f552ba84cfb9475d2968d6c423a.zip |
grub: remove xen in optdepends
-rw-r--r-- | libre/grub/PKGBUILD | 7 |
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 |