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/tests/scons-utils.sh | |
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/tests/scons-utils.sh')
-rwxr-xr-x | eclass/tests/scons-utils.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |