commit: 6ea405bf8b468c68e95edff868357554635aa277
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 14:35:33 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon May 14 14:38:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea405bf
virtual/rust: version bump to 1.26.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
virtual/rust/rust-1.26.0.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/virtual/rust/rust-1.26.0.ebuild b/virtual/rust/rust-1.26.0.ebuild
new file mode 100644
index 00000000000..26f2a40c593
--- /dev/null
+++ b/virtual/rust/rust-1.26.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"