diff options
author | Mikhail Pukhlikov <cynede@gentoo.org> | 2017-11-28 11:58:58 +0400 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2017-11-28 11:58:58 +0400 |
commit | 714db42223c2b0e36a4cbedcd8a15d0d29543a5c (patch) | |
tree | c7b68ca19f6190447fbdd7c2847277c418c25d68 /virtual | |
parent | dev-util/cargo: unmask (diff) | |
download | rust-714db42223c2b0e36a4cbedcd8a15d0d29543a5c.tar.gz rust-714db42223c2b0e36a4cbedcd8a15d0d29543a5c.tar.bz2 rust-714db42223c2b0e36a4cbedcd8a15d0d29543a5c.zip |
Rust 1.22.1
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.22.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.22.1.ebuild b/virtual/rust/rust-1.22.1.ebuild new file mode 100644 index 0000000..5711358 --- /dev/null +++ b/virtual/rust/rust-1.22.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 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}*" |