commit:     90b22ea50ec05814915479ad9c159d8d5cbe671c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 18:30:20 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 20:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b22ea5

sys-block/raid-check: Port to EAPI 8

Closes: https://bugs.gentoo.org/819222
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-block/raid-check/raid-check-20140719-r1.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sys-block/raid-check/raid-check-20140719-r1.ebuild 
b/sys-block/raid-check/raid-check-20140719-r1.ebuild
index a3b409d94e4..75104e0054d 100644
--- a/sys-block/raid-check/raid-check-20140719-r1.ebuild
+++ b/sys-block/raid-check/raid-check-20140719-r1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit epatch
+EAPI=8
 
 DESCRIPTION="Script to do \"scrubbing\" on software RAID systems"
 HOMEPAGE="https://github.com/fukawi2/raid-check";
@@ -18,10 +16,6 @@ PATCHES=(
        "${FILESDIR}"/${P}-path.patch
 )
 
-src_prepare() {
-       epatch "${PATCHES[@]}"
-}
-
 src_compile() { :; }
 
 src_test() {

Reply via email to