diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-15 15:15:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-15 15:15:14 +0100 |
commit | 36d93684d933cc6c4b2a3a6410102989135e47d9 (patch) | |
tree | 9ea0ab62b22d170747acc227cad18528b2a57341 /virtual/rust/rust-1.27.1-r1.ebuild | |
parent | 9502fda04c5023f0fd7b7fdd2d6d909283461c46 (diff) |
virtual/rust : version bump
Diffstat (limited to 'virtual/rust/rust-1.27.1-r1.ebuild')
-rw-r--r-- | virtual/rust/rust-1.27.1-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.27.1-r1.ebuild b/virtual/rust/rust-1.27.1-r1.ebuild new file mode 100644 index 00000000..6bd374eb --- /dev/null +++ b/virtual/rust/rust-1.27.1-r1.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 ~arm64 ~x86" + +BDEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |