diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:08:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:00:40 +0100 |
commit | 9e0f32ac94a48ac27852d5b4c969ed793c22be73 (patch) | |
tree | 04456e9226089e7688453b310a893b72091682ae /sys-power | |
parent | sys-process/latencytop: eutils->epatch (diff) | |
download | gentoo-9e0f32ac94a48ac27852d5b4c969ed793c22be73.tar.gz gentoo-9e0f32ac94a48ac27852d5b4c969ed793c22be73.tar.bz2 gentoo-9e0f32ac94a48ac27852d5b4c969ed793c22be73.zip |
sys-power/iasl: eutils->edos2unix
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/iasl/iasl-20200326.ebuild | 4 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20200717.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/iasl/iasl-20200326.ebuild b/sys-power/iasl/iasl-20200326.ebuild index 22bcd5005b3e..26ba2d2907a5 100644 --- a/sys-power/iasl/iasl-20200326.ebuild +++ b/sys-power/iasl/iasl-20200326.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs MY_PN=acpica-unix MY_P="${MY_PN}-${PV}" diff --git a/sys-power/iasl/iasl-20200717.ebuild b/sys-power/iasl/iasl-20200717.ebuild index 5ef5112d8e5e..681d65977c6a 100644 --- a/sys-power/iasl/iasl-20200717.ebuild +++ b/sys-power/iasl/iasl-20200717.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit edos2unix toolchain-funcs MY_PN=acpica-unix MY_P="${MY_PN}-${PV}" |