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, 25 Apr 2020 06:14:03
Message-Id: 1587794751.16e2baa4ab0878a7256c23a35af270fc644e6f08.gyakovlev@gentoo
1 commit: 16e2baa4ab0878a7256c23a35af270fc644e6f08
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 05:58:18 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 06:05:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e2baa4
7
8 virtual/rust: bump to 1.43.0
9
10 Bug: https://bugs.gentoo.org/701362
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 virtual/rust/rust-1.43.0.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/virtual/rust/rust-1.43.0.ebuild b/virtual/rust/rust-1.43.0.ebuild
18 new file mode 100644
19 index 00000000000..c04cb8fc40d
20 --- /dev/null
21 +++ b/virtual/rust/rust-1.43.0.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2020 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}] )"