diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild index 673655309af53..fb36cefcf9adb 100644 --- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild +++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit eutils - PATCH_VERSION="5" DESCRIPTION="Hibernate script supporting multiple suspend methods" @@ -27,10 +25,9 @@ DOCS=( SCRIPTLET-API ) -src_prepare() { - default - epatch "${WORKDIR}/${PV}/"*.patch -} +PATCHES=( + "${WORKDIR}/${PV}" +) src_install() { BASE_DIR="${D}" \