mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/cargo.eclass: drop EAPI=6 support
no consumers left in the tree Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user