sys-apps/hashboot: update EAPI 7 -> 8, fix live ebuild
Signed-off-by: tea <tea@tastytea.de>
This commit is contained in:
parent
f4b480c0e3
commit
d065d6c380
|
@ -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"
|
||||
|
|
|
@ -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."
|
||||
|
|
Reference in New Issue
Block a user