diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-08-04 14:04:01 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-08-04 14:15:53 +0200 |
commit | 630311066971444af155feaf79863ef315d3fbeb (patch) | |
tree | 9196f0d7b6fa7762719e6413cc26fe208a09fa49 /virtual | |
parent | dev-lang/rust-bin: version bump to 1.28.0 (diff) | |
download | gentoo-630311066971444af155feaf79863ef315d3fbeb.tar.gz gentoo-630311066971444af155feaf79863ef315d3fbeb.tar.bz2 gentoo-630311066971444af155feaf79863ef315d3fbeb.zip |
virtual/rust: version bump to 1.28.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.28.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild new file mode 100644 index 000000000000..fa78c78a3e78 --- /dev/null +++ b/virtual/rust/rust-1.28.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}* )" |