mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-power/hibernate-script: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
PATCH_VERSION="5"
|
||||
|
||||
DESCRIPTION="Hibernate script supporting multiple suspend methods"
|
||||
@@ -27,10 +25,9 @@ DOCS=(
|
||||
SCRIPTLET-API
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
epatch "${WORKDIR}/${PV}/"*.patch
|
||||
}
|
||||
PATCHES=(
|
||||
"${WORKDIR}/${PV}"
|
||||
)
|
||||
|
||||
src_install() {
|
||||
BASE_DIR="${D}" \
|
||||
|
||||
Reference in New Issue
Block a user