summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild9
1 files changed, 3 insertions, 6 deletions
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 673655309af5..fb36cefcf9ad 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}" \