commit: 8543c8fc140fce921bc278357f6d6ec899a59cba
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 19:51:28 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 19:58:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8543c8fc
sys-power/hibernate-script: eapi bump
Package-Manager: portage-2.3.3
sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 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 f01aab2..639663a 100644
--- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
+++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils
@@ -22,9 +22,14 @@ IUSE="vim-syntax"
DEPEND=""
RDEPEND="!<media-gfx/splashutils-1.5.2"
-DOCS=( CHANGELOG README SCRIPTLET-API hibernate.vim )
+DOCS=(
+ CHANGELOG
+ README
+ SCRIPTLET-API
+)
src_prepare() {
+ default
epatch "${WORKDIR}/${PV}/"*.patch
}