aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynede <cynede@gentoo.org>2018-09-16 14:00:00 +0100
committerCynede <cynede@gentoo.org>2018-09-17 13:51:30 +0400
commit9111e4aedf4398ca45d87aebaf442f42dd3b450b (patch)
tree5d87962fcfce6b7685f452b8dc25106328ea532e /virtual
parentIgnore FETCH_CRATES use flag by default, drop old pijul ebuilds (diff)
downloadrust-9111e4aedf4398ca45d87aebaf442f42dd3b450b.tar.gz
rust-9111e4aedf4398ca45d87aebaf442f42dd3b450b.tar.bz2
rust-9111e4aedf4398ca45d87aebaf442f42dd3b450b.zip
rust 1.29
Diffstat (limited to 'virtual')
-rw-r--r--virtual/rust/rust-1.29.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.29.ebuild b/virtual/rust/rust-1.29.ebuild
new file mode 100644
index 0000000..529febd
--- /dev/null
+++ b/virtual/rust/rust-1.29.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="amd64 ~arm64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"