diff options
-rw-r--r-- | sys-boot/grub/grub-2.04_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.04_rc1.ebuild b/sys-boot/grub/grub-2.04_rc1.ebuild index c9e78a100956..bddc23b8178a 100644 --- a/sys-boot/grub/grub-2.04_rc1.ebuild +++ b/sys-boot/grub/grub-2.04_rc1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 if [[ ${PV} == 9999 ]]; then GRUB_AUTORECONF=1 @@ -108,6 +108,7 @@ COMMON_DEPEND=" grub_platforms_xen-32? ( app-emulation/xen-tools:= ) " DEPEND="${COMMON_DEPEND} + ${BDEPEND} static? ( app-arch/xz-utils[static-libs(+)] truetype? ( |