commit:     629194647c13b5556015946e3adebe8b1ea2344c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 14:35:33 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 14:54:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62919464

vcs-snapshot.eclass: Enable EAPI 6 (no changes needed)

 eclass/vcs-snapshot.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass
index 7e0c3fe..bdeab1d 100644
--- a/eclass/vcs-snapshot.eclass
+++ b/eclass/vcs-snapshot.eclass
@@ -36,7 +36,7 @@
 # in ${WORKDIR}/${P}.
 
 case ${EAPI:-0} in
-       0|1|2|3|4|5) ;;
+       0|1|2|3|4|5|6) ;;
        *) die "vcs-snapshot.eclass API in EAPI ${EAPI} not yet established."
 esac
 

Reply via email to