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