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, 02 Feb 2021 23:52:59
Message-Id: 1612309937.917834967815df3e0762e4047741e4e631ab69ba.gyakovlev@gentoo
1 commit: 917834967815df3e0762e4047741e4e631ab69ba
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 22:21:07 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 23:52:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91783496
7
8 virtual/rust: bump to 1.49.0
9
10 Closes: https://bugs.gentoo.org/768351
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 virtual/rust/rust-1.49.0.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/virtual/rust/rust-1.49.0.ebuild b/virtual/rust/rust-1.49.0.ebuild
18 new file mode 100644
19 index 00000000000..885ef01123a
20 --- /dev/null
21 +++ b/virtual/rust/rust-1.49.0.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit multilib-build
29 +
30 +DESCRIPTION="Virtual for Rust language compiler"
31 +
32 +LICENSE=""
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
35 +
36 +BDEPEND=""
37 +RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"