diff options
author | Mikhail Pukhlikov <cynede@gentoo.org> | 2018-05-30 15:54:19 +0400 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2018-05-30 15:54:52 +0400 |
commit | 0a7b4db6285771cb40b601acf560fc3343de2a59 (patch) | |
tree | 2c43cbe587c0e09f9991701f8cc683401150c588 /virtual | |
parent | sys-apps/portage-mgorny: Add missing usedep on gemato (diff) | |
download | gentoo-0a7b4db6285771cb40b601acf560fc3343de2a59.tar.gz gentoo-0a7b4db6285771cb40b601acf560fc3343de2a59.tar.bz2 gentoo-0a7b4db6285771cb40b601acf560fc3343de2a59.zip |
dev-lang/rust: bump to 1.26.1 (2)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.26.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/rust/rust-1.26.1.ebuild b/virtual/rust/rust-1.26.1.ebuild new file mode 100644 index 000000000000..26f2a40c5934 --- /dev/null +++ b/virtual/rust/rust-1.26.1.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}* )" |