Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Fri, 18 Jun 2021 10:34:49
Message-Id: 1624012469.891cd1d2cbb77f1898c3309b840a42286bd9d66f.gyakovlev@gentoo
1 commit: 891cd1d2cbb77f1898c3309b840a42286bd9d66f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 10:15:58 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 10:34:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891cd1d2
7
8 dev-lang/rust: don't pass --keep-stage in src_install
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-lang/rust/rust-1.53.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-lang/rust/rust-1.53.0.ebuild b/dev-lang/rust/rust-1.53.0.ebuild
16 index cb50814975f..4a883105625 100644
17 --- a/dev-lang/rust/rust-1.53.0.ebuild
18 +++ b/dev-lang/rust/rust-1.53.0.ebuild
19 @@ -565,8 +565,7 @@ src_install() {
20 (
21 IFS=$'\n'
22 env $(cat "${S}"/config.env) DESTDIR="${D}" \
23 - "${EPYTHON}" ./x.py install --keep-stage 2 \
24 - -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die
25 + "${EPYTHON}" ./x.py install -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die
26 )
27
28 # bug #689562, #689160