sys-apps/hashboot: update EAPI 7 -> 8, fix live ebuild

Signed-off-by: tea <tea@tastytea.de>
This commit is contained in:
tea 2024-05-28 20:42:03 +02:00
parent f4b480c0e3
commit d065d6c380
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2021,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Check integrity of files in /boot"
HOMEPAGE="https://schlomp.space/tastytea/hashboot"

View File

@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2019,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit git-r3
@ -17,8 +17,6 @@ IUSE="firmware"
RDEPEND="firmware? ( sys-apps/flashrom )"
DEPEND="app-text/asciidoc"
S="${WORKDIR}/${PN}"
pkg_preinst() {
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
ewarn "hashboot does not work properly with parallel boot enabled."