From 34dff194407fa99694165745b5172daf0d05ffbb Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 26 Mar 2017 00:12:51 +0300 Subject: sys-power/hibernate-script: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys-power/hibernate-script') 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}" \ -- cgit v1.2.3-65-gdbad