sys-power/hibernate-script: eapi bump

Package-Manager: portage-2.3.3
This commit is contained in:
Alon Bar-Lev
2017-02-05 21:51:28 +02:00
parent e1d85bb319
commit 8543c8fc14

View File

@@ -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
}