diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:12:51 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:32 +0300 |
commit | 34dff194407fa99694165745b5172daf0d05ffbb (patch) | |
tree | c79449b9087542d5cc1da1cf290da476a4b78ed4 /sys-power/hibernate-script | |
parent | app-crypt/xca: fix qt5 dependencies (diff) | |
download | gentoo-34dff194407fa99694165745b5172daf0d05ffbb.tar.gz gentoo-34dff194407fa99694165745b5172daf0d05ffbb.tar.bz2 gentoo-34dff194407fa99694165745b5172daf0d05ffbb.zip |
sys-power/hibernate-script: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-power/hibernate-script')
-rw-r--r-- | sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 9 |
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}" \ |