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: Mon, 01 Nov 2021 21:25:47
Message-Id: 1635801879.4472b5830b3716ae519c16373bb20f0e095c9171.gyakovlev@gentoo
1 commit: 4472b5830b3716ae519c16373bb20f0e095c9171
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 21:12:39 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 21:24:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4472b583
7
8 virtual/rust: add 1.56.1
9
10 Bug: https://bugs.gentoo.org/821157
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 virtual/rust/rust-1.56.1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
17 new file mode 100644
18 index 00000000000..f9d87cdb210
19 --- /dev/null
20 +++ b/virtual/rust/rust-1.56.1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit multilib-build
28 +
29 +DESCRIPTION="Virtual for Rust language compiler"
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
34 +IUSE="rustfmt"
35 +
36 +BDEPEND=""
37 +RDEPEND="|| (
38 + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
39 + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
40 +)"