Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Wed, 08 Dec 2021 00:10:54
Message-Id: 1638922193.73db9ba30eafca73b485f9bbaede7d6055e63fab.gyakovlev@gentoo
1 commit: 73db9ba30eafca73b485f9bbaede7d6055e63fab
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 19:58:23 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 00:09:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73db9ba3
7
8 virtual/rust: add 1.57.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.57.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/rust/rust-1.57.0.ebuild b/virtual/rust/rust-1.57.0.ebuild
16 new file mode 100644
17 index 000000000000..f9d87cdb210c
18 --- /dev/null
19 +++ b/virtual/rust/rust-1.57.0.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +inherit multilib-build
27 +
28 +DESCRIPTION="Virtual for Rust language compiler"
29 +
30 +LICENSE=""
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
33 +IUSE="rustfmt"
34 +
35 +BDEPEND=""
36 +RDEPEND="|| (
37 + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
38 + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
39 +)"