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, 13 Sep 2021 15:07:04
Message-Id: 1631545478.83fcdcf5cb0a345fbc742632a3d3fedb7b078e9b.gyakovlev@gentoo
1 commit: 83fcdcf5cb0a345fbc742632a3d3fedb7b078e9b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 11:01:56 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 15:04:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fcdcf5
7
8 virtual/rust: add 1.55.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.55.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/rust/rust-1.55.0.ebuild b/virtual/rust/rust-1.55.0.ebuild
16 new file mode 100644
17 index 00000000000..f9d87cdb210
18 --- /dev/null
19 +++ b/virtual/rust/rust-1.55.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 +)"