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: Tue, 13 Sep 2022 23:00:01
Message-Id: 1663109960.cbb0927d2bdead899288a2d90a4a9f584fb42bdd.gyakovlev@gentoo
1 commit: cbb0927d2bdead899288a2d90a4a9f584fb42bdd
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 13 21:48:55 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 13 22:59:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb0927d
7
8 virtual/rust: add 1.63.0
9
10 Closes: https://bugs.gentoo.org/868330
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 virtual/rust/rust-1.63.0.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
17 new file mode 100644
18 index 000000000000..b7da1d054aa3
19 --- /dev/null
20 +++ b/virtual/rust/rust-1.63.0.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 ~s390 ~sparc ~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 +)"