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: Fri, 01 Jul 2022 19:32:53
Message-Id: 1656703747.6302c360cd3bbf54c716d1642e329d14046fd722.gyakovlev@gentoo
1 commit: 6302c360cd3bbf54c716d1642e329d14046fd722
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 18:39:18 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 19:29:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302c360
7
8 virtual/rust: add 1.62.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.62.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/rust/rust-1.62.0.ebuild b/virtual/rust/rust-1.62.0.ebuild
16 new file mode 100644
17 index 000000000000..b7da1d054aa3
18 --- /dev/null
19 +++ b/virtual/rust/rust-1.62.0.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
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 ~s390 ~sparc ~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 +)"