diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 03:15:37 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 03:18:43 +0300 |
commit | f36cd351ff60fca028dc2f389fffeaf487a20f65 (patch) | |
tree | 359fcceaf45c9b935f383341e5f2e64ba7744a98 /sys-power/hibernate-script | |
parent | sys-apps/fakeroot-ng: eapi bump (diff) | |
download | gentoo-f36cd351ff60fca028dc2f389fffeaf487a20f65.tar.gz gentoo-f36cd351ff60fca028dc2f389fffeaf487a20f65.tar.bz2 gentoo-f36cd351ff60fca028dc2f389fffeaf487a20f65.zip |
sys-power/hibernate-script: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sys-power/hibernate-script')
-rw-r--r-- | sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 7 |
1 files changed, 3 insertions, 4 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 52906f7d98f0..d53f1555016d 100644 --- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild +++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PATCH_VERSION="5" @@ -16,7 +16,6 @@ KEYWORDS="amd64 ppc x86" IUSE="vim-syntax" -DEPEND="" RDEPEND="!<media-gfx/splashutils-1.5.2" DOCS=( @@ -37,7 +36,7 @@ src_install() { "${S}/install.sh" || die "Install failed" # hibernate-ram will default to using ram.conf - dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram + dosym hibernate /usr/sbin/hibernate-ram newinitd init.d/hibernate-cleanup.sh hibernate-cleanup |