diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-08 14:12:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-08 14:12:49 +0200 |
commit | cd77510c9afd45e2f44630c6171cab5d05ac5c27 (patch) | |
tree | 859d87ba30d73bd0a8b1654b7ae560810e4f2d2a | |
parent | net-misc/xrdp: add github upstream metadata (diff) | |
download | dilfridge-cd77510c9afd45e2f44630c6171cab5d05ac5c27.tar.gz dilfridge-cd77510c9afd45e2f44630c6171cab5d05ac5c27.tar.bz2 dilfridge-cd77510c9afd45e2f44630c6171cab5d05ac5c27.zip |
sys-boot/grub-static: minor qa improvements
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r13.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r13.ebuild b/sys-boot/grub-static/grub-static-0.97-r13.ebuild index e251d33..2fb0cc0 100644 --- a/sys-boot/grub-static/grub-static-0.97-r13.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r13.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit eutils toolchain-funcs linux-info - -PATCHVER="1.14" # Not used, just for tracking with main grub +inherit toolchain-funcs linux-info TARBALL_R="r12" @@ -22,10 +20,6 @@ SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PF}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64" -IUSE="" - -DEPEND="!<sys-boot/grub-2" -RDEPEND="${DEPEND}" S=${WORKDIR} |