aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynede <cynede@gentoo.org>2018-03-29 13:23:01 +0400
committerCynede <cynede@gentoo.org>2018-03-29 13:23:01 +0400
commitce6a4f1673aee7d1441b6615826c0fc237ff0dc8 (patch)
tree37f5d8f6a4c6724c4187558d91068780cbed7774 /virtual
parentMerge pull request #332 from gibix/travis-update (diff)
downloadrust-ce6a4f1673aee7d1441b6615826c0fc237ff0dc8.tar.gz
rust-ce6a4f1673aee7d1441b6615826c0fc237ff0dc8.tar.bz2
rust-ce6a4f1673aee7d1441b6615826c0fc237ff0dc8.zip
bump Rust to 1.25
Diffstat (limited to 'virtual')
-rw-r--r--virtual/rust/rust-1.25.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
new file mode 100644
index 0000000..92f092c
--- /dev/null
+++ b/virtual/rust/rust-1.25.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 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"