diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-21 10:53:42 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-21 11:16:23 +0200 |
commit | 5360b9b1bd2110c0891d30b9996be662cd536292 (patch) | |
tree | d1a7e6489f4dd000e8a6a6cd0f44c8293d579137 /sys-power | |
parent | dev-db/mysql-workbench: cleanup (diff) | |
download | gentoo-5360b9b1bd2110c0891d30b9996be662cd536292.tar.gz gentoo-5360b9b1bd2110c0891d30b9996be662cd536292.tar.bz2 gentoo-5360b9b1bd2110c0891d30b9996be662cd536292.zip |
sys-power/iasl: Added missing acpibin variable to test function.
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/iasl/iasl-20180810.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/iasl/iasl-20180810.ebuild b/sys-power/iasl/iasl-20180810.ebuild index b96e7473a7a7..edd9ba4e0f01 100644 --- a/sys-power/iasl/iasl-20180810.ebuild +++ b/sys-power/iasl/iasl-20180810.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -99,6 +99,7 @@ src_install() { aslts_test() { 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 export PATH="${PATH}:${ASLTSDIR}/bin" |