aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2018-05-14 09:14:56 +0200
committerlayman <layman@localhost>2018-05-14 09:14:56 +0200
commit2855924d77e72a72353bf77167b4b017981340ef (patch)
treea3835d547dde9414323a20571300323ef53facf1 /virtual
parentMerge pull request #338 from gentoo/revert-336-new-stable (diff)
downloadrust-2855924d77e72a72353bf77167b4b017981340ef.tar.gz
rust-2855924d77e72a72353bf77167b4b017981340ef.tar.bz2
rust-2855924d77e72a72353bf77167b4b017981340ef.zip
add 1.26.0 and multilib
Signed-off-by: layman <layman@localhost>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/rust/rust-1.26.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.26.0.ebuild b/virtual/rust/rust-1.26.0.ebuild
new file mode 100644
index 0000000..92f092c
--- /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 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"