diff options
Diffstat (limited to 'sys-power/hibernate-script')
-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 } |