commit: ca5dba7126926d1dec043ad24e85bd0edd0c3858
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 14:52:16 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 14:54:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5dba71
git-r3.eclass: Add EAPI 6 support
eclass/git-r3.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index c489234..79aa844 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -11,7 +11,7 @@
# git as remote repository.
case "${EAPI:-0}" in
- 0|1|2|3|4|5)
+ 0|1|2|3|4|5|6)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"