commit:     27fac0c5ab68b8104ad44188515bda0045a2193d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:24:26 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:24:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fac0c5

sys-power/iasl: [QA] inherit eutils.eclass directly

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-power/iasl/iasl-20180810.ebuild | 4 ++--
 sys-power/iasl/iasl-20190215.ebuild | 6 +++---
 sys-power/iasl/iasl-20190703.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-power/iasl/iasl-20180810.ebuild 
b/sys-power/iasl/iasl-20180810.ebuild
index 2b0abd4a9ee..398bc031438 100644
--- a/sys-power/iasl/iasl-20180810.ebuild
+++ b/sys-power/iasl/iasl-20180810.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"

diff --git a/sys-power/iasl/iasl-20190215.ebuild 
b/sys-power/iasl/iasl-20190215.ebuild
index 2d2c166197d..d18b0fdd12a 100644
--- a/sys-power/iasl/iasl-20190215.ebuild
+++ b/sys-power/iasl/iasl-20190215.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"
@@ -99,7 +99,7 @@ src_install() {
 }
 
 aslts_test() {
-       export  ASL="${S}"/generate/unix/bin/iasl \
+       export ASL="${S}"/generate/unix/bin/iasl \
                acpibin="${S}"/generate/unix/bin/acpibin \
                acpiexec="${S}"/generate/unix/bin/acpiexec \
                ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts

diff --git a/sys-power/iasl/iasl-20190703.ebuild 
b/sys-power/iasl/iasl-20190703.ebuild
index f9a87d8bd57..f3c565776e5 100644
--- a/sys-power/iasl/iasl-20190703.ebuild
+++ b/sys-power/iasl/iasl-20190703.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"
@@ -100,7 +100,7 @@ src_install() {
 }
 
 aslts_test() {
-       export  ASL="${S}"/generate/unix/bin/iasl \
+       export ASL="${S}"/generate/unix/bin/iasl \
                acpibin="${S}"/generate/unix/bin/acpibin \
                acpiexec="${S}"/generate/unix/bin/acpiexec \
                ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts

Reply via email to