From 0a7b4db6285771cb40b601acf560fc3343de2a59 Mon Sep 17 00:00:00 2001 From: Mikhail Pukhlikov Date: Wed, 30 May 2018 15:54:19 +0400 Subject: dev-lang/rust: bump to 1.26.1 (2) --- virtual/rust/rust-1.26.1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 virtual/rust/rust-1.26.1.ebuild (limited to 'virtual/rust') 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}* )" -- cgit v1.2.3-65-gdbad