Gentoo Archives: gentoo-dev

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH] eclass/cargo.eclass: drop EAPI=6 support
Date: Fri, 12 Jun 2020 16:40:50
Message-Id: 6b3302a7-e34b-57e9-7cb3-917f85b0ccc2@gentoo.org
In Reply to: [gentoo-dev] [PATCH] eclass/cargo.eclass: drop EAPI=6 support by Georgy Yakovlev
1 On 6/11/20 8:11 PM, Georgy Yakovlev wrote:
2 > no consumers left in the tree
3 >
4 > Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
5 > ---
6 > eclass/cargo.eclass | 1 -
7 > 1 file changed, 1 deletion(-)
8 >
9 > diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
10 > index ad90a0c7dd8..ccbf87aa9a6 100644
11 > --- a/eclass/cargo.eclass
12 > +++ b/eclass/cargo.eclass
13 > @@ -16,7 +16,6 @@ _CARGO_ECLASS=1
14 > RUST_DEPEND=">=virtual/rust-1.37.0"
15 >
16 > case ${EAPI} in
17 > - 6) DEPEND="${RUST_DEPEND}";;
18 > 7) BDEPEND="${RUST_DEPEND}";;
19 > *) die "EAPI=${EAPI:-0} is not supported" ;;
20 > esac
21 >
22 merged c30b9bed5d16025c59b878e9dff69b90af41bf4d