diff options
author | Cynede <cynede@gentoo.org> | 2018-10-26 12:07:18 +0400 |
---|---|---|
committer | Cynede <cynede@gentoo.org> | 2018-10-26 12:07:18 +0400 |
commit | f0bb3d008c559fd359f8db1ef07f6b518dae57c6 (patch) | |
tree | 227e3ae5d65d191760957a91affd805309e050b4 /virtual/rust/rust-1.30.0.ebuild | |
parent | Bump Rust to 1.29.2 (diff) | |
download | rust-f0bb3d008c559fd359f8db1ef07f6b518dae57c6.tar.gz rust-f0bb3d008c559fd359f8db1ef07f6b518dae57c6.tar.bz2 rust-f0bb3d008c559fd359f8db1ef07f6b518dae57c6.zip |
Rust 1.30 dev
Diffstat (limited to 'virtual/rust/rust-1.30.0.ebuild')
-rw-r--r-- | virtual/rust/rust-1.30.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.30.0.ebuild b/virtual/rust/rust-1.30.0.ebuild new file mode 100644 index 0000000..529febd --- /dev/null +++ b/virtual/rust/rust-1.30.0.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}* )" |