diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-04-15 12:13:58 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-04-15 12:13:58 -0400 |
commit | 01ae9744580a775ba1e1e7d4e5fd1caad0903069 (patch) | |
tree | dc53c480da83862c4b36971674071762cbc7c8eb /sys-boot | |
parent | sys-boot/grub: move keywords forward (diff) | |
download | gentoo-01ae9744580a775ba1e1e7d4e5fd1caad0903069.tar.gz gentoo-01ae9744580a775ba1e1e7d4e5fd1caad0903069.tar.bz2 gentoo-01ae9744580a775ba1e1e7d4e5fd1caad0903069.zip |
sys-boot/grub: revert to EAPI 6 due to base-system policy
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-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? ( |