diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-20 09:59:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-20 09:59:49 +0100 |
commit | edd5b81e2adc156b3a9545faefcb9397c0ca63a4 (patch) | |
tree | ecbb81837207cb229a3097c2f265f947799e4634 /eclass | |
parent | eclass/tests/git-r3_subrepos.sh: Use a supported EAPI (diff) | |
download | gentoo-edd5b81e2adc156b3a9545faefcb9397c0ca63a4.tar.gz gentoo-edd5b81e2adc156b3a9545faefcb9397c0ca63a4.tar.bz2 gentoo-edd5b81e2adc156b3a9545faefcb9397c0ca63a4.zip |
eclass/tests/git-r3_GIT_DIR.sh: Use a supported EAPI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/git-r3_GIT_DIR.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/tests/git-r3_GIT_DIR.sh b/eclass/tests/git-r3_GIT_DIR.sh index 06c4094ceb9e..42bebd99782f 100755 --- a/eclass/tests/git-r3_GIT_DIR.sh +++ b/eclass/tests/git-r3_GIT_DIR.sh @@ -1,7 +1,9 @@ #!/bin/bash -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI=7 + source tests-common.sh inherit git-r3 |