Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Wed, 30 May 2018 11:55:11
Message-Id: 1527681292.0a7b4db6285771cb40b601acf560fc3343de2a59.cynede@gentoo
1 commit: 0a7b4db6285771cb40b601acf560fc3343de2a59
2 Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 11:54:19 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 11:54:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7b4db6
7
8 dev-lang/rust: bump to 1.26.1 (2)
9
10 virtual/rust/rust-1.26.1.ebuild | 15 +++++++++++++++
11 1 file changed, 15 insertions(+)
12
13 diff --git a/virtual/rust/rust-1.26.1.ebuild b/virtual/rust/rust-1.26.1.ebuild
14 new file mode 100644
15 index 00000000000..26f2a40c593
16 --- /dev/null
17 +++ b/virtual/rust/rust-1.26.1.ebuild
18 @@ -0,0 +1,15 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI="6"
23 +
24 +DESCRIPTION="Virtual for Rust language compiler"
25 +HOMEPAGE=""
26 +SRC_URI=""
27 +
28 +LICENSE=""
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 +
32 +DEPEND=""
33 +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"