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 03:15:38
Message-Id: 3ee52c73-54af-d12e-2415-35a5d9ef9f81@gentoo.org
In Reply to: [gentoo-dev] [PATCH] eclass/cargo.eclass: drop EAPI=6 support by Georgy Yakovlev
1 This will also allow me to start adding cross support to cargo.eclass
2 with new cross-friendly variables.
3
4
5 experimental cross support landed in rust-1.44.0 today [1]
6
7 [1] https://bugs.gentoo.org/679878
8 On 6/11/20 8:11 PM, Georgy Yakovlev wrote:
9 > no consumers left in the tree
10 >
11 > Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
12 > ---
13 > eclass/cargo.eclass | 1 -
14 > 1 file changed, 1 deletion(-)
15 >
16 > diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
17 > index ad90a0c7dd8..ccbf87aa9a6 100644
18 > --- a/eclass/cargo.eclass
19 > +++ b/eclass/cargo.eclass
20 > @@ -16,7 +16,6 @@ _CARGO_ECLASS=1
21 > RUST_DEPEND=">=virtual/rust-1.37.0"
22 >
23 > case ${EAPI} in
24 > - 6) DEPEND="${RUST_DEPEND}";;
25 > 7) BDEPEND="${RUST_DEPEND}";;
26 > *) die "EAPI=${EAPI:-0} is not supported" ;;
27 > esac
28 >

Replies