diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-19 15:35:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-19 15:54:01 +0100 |
commit | 629194647c13b5556015946e3adebe8b1ea2344c (patch) | |
tree | 2779515ccd82a6ff754447a5f1e6f0d702504699 /eclass/vcs-snapshot.eclass | |
parent | dev-vcs/git: Removed vulnerable versions (bug #562884). (diff) | |
download | gentoo-629194647c13b5556015946e3adebe8b1ea2344c.tar.gz gentoo-629194647c13b5556015946e3adebe8b1ea2344c.tar.bz2 gentoo-629194647c13b5556015946e3adebe8b1ea2344c.zip |
vcs-snapshot.eclass: Enable EAPI 6 (no changes needed)
Diffstat (limited to 'eclass/vcs-snapshot.eclass')
-rw-r--r-- | eclass/vcs-snapshot.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 7e0c3fe3d443..bdeab1d67c4c 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 |