summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-20 09:59:36 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-20 09:59:49 +0100
commitedd5b81e2adc156b3a9545faefcb9397c0ca63a4 (patch)
treeecbb81837207cb229a3097c2f265f947799e4634 /eclass/tests/git-r3_GIT_DIR.sh
parenteclass/tests/git-r3_subrepos.sh: Use a supported EAPI (diff)
downloadgentoo-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/tests/git-r3_GIT_DIR.sh')
-rwxr-xr-xeclass/tests/git-r3_GIT_DIR.sh4
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