diff --git a/sys-apps/hashboot/hashboot-0.9.14.ebuild b/sys-apps/hashboot/hashboot-0.9.14.ebuild index 045faf7..4f6a7d7 100644 --- a/sys-apps/hashboot/hashboot-0.9.14.ebuild +++ b/sys-apps/hashboot/hashboot-0.9.14.ebuild @@ -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" diff --git a/sys-apps/hashboot/hashboot-9999.ebuild b/sys-apps/hashboot/hashboot-9999.ebuild index 090e16f..b9205a6 100644 --- a/sys-apps/hashboot/hashboot-9999.ebuild +++ b/sys-apps/hashboot/hashboot-9999.ebuild @@ -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."