diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-05 21:51:28 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-05 21:58:43 +0200 |
commit | 8543c8fc140fce921bc278357f6d6ec899a59cba (patch) | |
tree | 217f1d1e63c732a89ee49964e8f4cdc3e966ce90 /sys-power | |
parent | app-arch/deltarpm: eapi bump (diff) | |
download | gentoo-8543c8fc140fce921bc278357f6d6ec899a59cba.tar.gz gentoo-8543c8fc140fce921bc278357f6d6ec899a59cba.tar.bz2 gentoo-8543c8fc140fce921bc278357f6d6ec899a59cba.zip |
sys-power/hibernate-script: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 11 |
1 files 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 f01aab2ac0dd..639663a2ce66 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 } |