diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-05-03 15:05:25 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-05-03 15:05:25 -0400 |
commit | 0156a5297a430ac3d03dec630e82ed2e278c1494 (patch) | |
tree | bb640b1f45b6786b406ab17606901f8afeb5b38f /sys-boot/grub | |
parent | gui-wm/sway: 1.1_rc1 bump (diff) | |
download | gentoo-0156a5297a430ac3d03dec630e82ed2e278c1494.tar.gz gentoo-0156a5297a430ac3d03dec630e82ed2e278c1494.tar.bz2 gentoo-0156a5297a430ac3d03dec630e82ed2e278c1494.zip |
sys-boot/grub: EAPI 7 (again)
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/grub')
-rw-r--r-- | sys-boot/grub/grub-2.04_rc1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.04_rc1.ebuild b/sys-boot/grub/grub-2.04_rc1.ebuild index 4c20d004b21d..38c9444f69aa 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=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then GRUB_AUTORECONF=1 @@ -108,7 +108,6 @@ COMMON_DEPEND=" grub_platforms_xen-32? ( app-emulation/xen-tools:= ) " DEPEND="${COMMON_DEPEND} - ${BDEPEND} static? ( app-arch/xz-utils[static-libs(+)] truetype? ( |