Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/
Date: Tue, 22 Jun 2021 20:44:06
Message-Id: 1624394612.e60eb42c4e5bd3e9cf0d023e87f4925de66556e2.soap@gentoo
1 commit: e60eb42c4e5bd3e9cf0d023e87f4925de66556e2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 20:43:32 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 20:43:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60eb42c
7
8 eclass/tests: Add EAPI decls to fix running tests
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 eclass/tests/linux-info_get_running_version.sh | 3 ++-
13 eclass/tests/multilib.sh | 3 ++-
14 eclass/tests/multiprocessing_makeopts_jobs.sh | 3 ++-
15 eclass/tests/multiprocessing_makeopts_loadavg.sh | 3 ++-
16 eclass/tests/scons-utils.sh | 3 ++-
17 eclass/tests/toolchain-funcs.sh | 3 ++-
18 6 files changed, 12 insertions(+), 6 deletions(-)
19
20 diff --git a/eclass/tests/linux-info_get_running_version.sh b/eclass/tests/linux-info_get_running_version.sh
21 index fbb5c827a45..ce65ae51fee 100755
22 --- a/eclass/tests/linux-info_get_running_version.sh
23 +++ b/eclass/tests/linux-info_get_running_version.sh
24 @@ -1,7 +1,8 @@
25 #!/bin/bash
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 +EAPI=6
31 source tests-common.sh
32
33 inherit linux-info
34
35 diff --git a/eclass/tests/multilib.sh b/eclass/tests/multilib.sh
36 index a483d4bef36..ce2b4c2a583 100755
37 --- a/eclass/tests/multilib.sh
38 +++ b/eclass/tests/multilib.sh
39 @@ -1,7 +1,8 @@
40 #!/bin/bash
41 -# Copyright 2020 Gentoo Authors
42 +# Copyright 2020-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 +EAPI=7
46 source tests-common.sh
47
48 inherit multilib
49
50 diff --git a/eclass/tests/multiprocessing_makeopts_jobs.sh b/eclass/tests/multiprocessing_makeopts_jobs.sh
51 index 689313a397b..b045121cfa1 100755
52 --- a/eclass/tests/multiprocessing_makeopts_jobs.sh
53 +++ b/eclass/tests/multiprocessing_makeopts_jobs.sh
54 @@ -1,7 +1,8 @@
55 #!/bin/bash
56 -# Copyright 1999-2015 Gentoo Foundation
57 +# Copyright 1999-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 +EAPI=7
61 source tests-common.sh
62
63 inherit multiprocessing
64
65 diff --git a/eclass/tests/multiprocessing_makeopts_loadavg.sh b/eclass/tests/multiprocessing_makeopts_loadavg.sh
66 index d17d7734b9f..28e5e557601 100755
67 --- a/eclass/tests/multiprocessing_makeopts_loadavg.sh
68 +++ b/eclass/tests/multiprocessing_makeopts_loadavg.sh
69 @@ -1,7 +1,8 @@
70 #!/bin/bash
71 -# Copyright 1999-2015 Gentoo Foundation
72 +# Copyright 1999-2021 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 +EAPI=7
76 source tests-common.sh
77
78 inherit multiprocessing
79
80 diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh
81 index 873312f67d0..c329cf1bcbd 100755
82 --- a/eclass/tests/scons-utils.sh
83 +++ b/eclass/tests/scons-utils.sh
84 @@ -1,7 +1,8 @@
85 #!/bin/bash
86 -# Copyright 1999-2019 Gentoo Authors
87 +# Copyright 1999-2021 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 +EAPI=7
91 source tests-common.sh
92
93 inherit scons-utils
94
95 diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh
96 index 23ac568c4a5..f78ecc4ebaa 100755
97 --- a/eclass/tests/toolchain-funcs.sh
98 +++ b/eclass/tests/toolchain-funcs.sh
99 @@ -1,7 +1,8 @@
100 #!/bin/bash
101 -# Copyright 1999-2019 Gentoo Authors
102 +# Copyright 1999-2021 Gentoo Authors
103 # Distributed under the terms of the GNU General Public License v2
104
105 +EAPI=7
106 source tests-common.sh
107
108 inherit toolchain-funcs