diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-11 20:11:03 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-12 09:39:10 -0700 |
commit | c30b9bed5d16025c59b878e9dff69b90af41bf4d (patch) | |
tree | 19303edcca1bb569858b34dd1ab8f26e61274f6c /eclass | |
parent | net-irc/znc: remove old (diff) | |
download | gentoo-c30b9bed5d16025c59b878e9dff69b90af41bf4d.tar.gz gentoo-c30b9bed5d16025c59b878e9dff69b90af41bf4d.tar.bz2 gentoo-c30b9bed5d16025c59b878e9dff69b90af41bf4d.zip |
eclass/cargo.eclass: drop EAPI=6 support
no consumers left in the tree
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cargo.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index ad90a0c7dd85..ccbf87aa9a6c 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -16,7 +16,6 @@ _CARGO_ECLASS=1 RUST_DEPEND=">=virtual/rust-1.37.0" case ${EAPI} in - 6) DEPEND="${RUST_DEPEND}";; 7) BDEPEND="${RUST_DEPEND}";; *) die "EAPI=${EAPI:-0} is not supported" ;; esac |