diff options
author | David Seifert <soap@gentoo.org> | 2021-06-22 22:43:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-22 22:43:32 +0200 |
commit | e60eb42c4e5bd3e9cf0d023e87f4925de66556e2 (patch) | |
tree | 2e984ace87807e4cf64fd59932e4069b198bad87 /eclass | |
parent | net-misc/lldpd-1.0.11: Version bump (diff) | |
download | gentoo-e60eb42c4e5bd3e9cf0d023e87f4925de66556e2.tar.gz gentoo-e60eb42c4e5bd3e9cf0d023e87f4925de66556e2.tar.bz2 gentoo-e60eb42c4e5bd3e9cf0d023e87f4925de66556e2.zip |
eclass/tests: Add EAPI decls to fix running tests
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/linux-info_get_running_version.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/multilib.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/multiprocessing_makeopts_jobs.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/multiprocessing_makeopts_loadavg.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/scons-utils.sh | 3 | ||||
-rwxr-xr-x | eclass/tests/toolchain-funcs.sh | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/eclass/tests/linux-info_get_running_version.sh b/eclass/tests/linux-info_get_running_version.sh index fbb5c827a452..ce65ae51fee9 100755 --- a/eclass/tests/linux-info_get_running_version.sh +++ b/eclass/tests/linux-info_get_running_version.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=6 source tests-common.sh inherit linux-info diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh index a483d4bef360..ce2b4c2a5833 100755 --- a/eclass/tests/multilib.sh +++ b/eclass/tests/multilib.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 source tests-common.sh inherit multilib diff --git a/eclass/tests/multiprocessing_makeopts_jobs.sh b/eclass/tests/multiprocessing_makeopts_jobs.sh index 689313a397ba..b045121cfa17 100755 --- a/eclass/tests/multiprocessing_makeopts_jobs.sh +++ b/eclass/tests/multiprocessing_makeopts_jobs.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 source tests-common.sh inherit multiprocessing diff --git a/eclass/tests/multiprocessing_makeopts_loadavg.sh b/eclass/tests/multiprocessing_makeopts_loadavg.sh index d17d7734b9f2..28e5e557601a 100755 --- a/eclass/tests/multiprocessing_makeopts_loadavg.sh +++ b/eclass/tests/multiprocessing_makeopts_loadavg.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 source tests-common.sh inherit multiprocessing diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh index 873312f67d07..c329cf1bcbd1 100755 --- a/eclass/tests/scons-utils.sh +++ b/eclass/tests/scons-utils.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 source tests-common.sh inherit scons-utils diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh index 23ac568c4a50..f78ecc4ebaab 100755 --- a/eclass/tests/toolchain-funcs.sh +++ b/eclass/tests/toolchain-funcs.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 source tests-common.sh inherit toolchain-funcs |