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: Thu, 20 Jan 2022 22:03:46
Message-Id: 1642716138.41dff17ac8c7bb389805ac237ef084fe6780da06.gyakovlev@gentoo
1 commit: 41dff17ac8c7bb389805ac237ef084fe6780da06
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 22:02:08 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 22:02:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dff17a
7
8 virtual/rust: add 1.58.1
9
10 Bug: https://bugs.gentoo.org/831638
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 virtual/rust/rust-1.58.1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
17 new file mode 100644
18 index 000000000000..8de903f38293
19 --- /dev/null
20 +++ b/virtual/rust/rust-1.58.1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
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 +)"