diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-06-06 15:20:17 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-06-06 15:20:29 +0200 |
commit | e129f023c158ce1239d8419533a3a73cab9813c1 (patch) | |
tree | 4fe2398c8daaed8b62689e86cc1ccd845a970337 /virtual | |
parent | dev-lang/rust-bin: version bump to 1.26.2 (diff) | |
download | gentoo-e129f023c158ce1239d8419533a3a73cab9813c1.tar.gz gentoo-e129f023c158ce1239d8419533a3a73cab9813c1.tar.bz2 gentoo-e129f023c158ce1239d8419533a3a73cab9813c1.zip |
virtual/rust: version bump to 1.26.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.26.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.26.2.ebuild b/virtual/rust/rust-1.26.2.ebuild new file mode 100644 index 000000000000..26f2a40c5934 --- /dev/null +++ b/virtual/rust/rust-1.26.2.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" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |