From: Alon Bar-Lev Date: Sat, 25 Mar 2017 21:12:51 +0000 (+0300) Subject: sys-power/hibernate-script: remove eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=34dff194407fa99694165745b5172daf0d05ffbb;p=gentoo.git sys-power/hibernate-script: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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}" \