From: Mikhail Pukhlikov Date: Wed, 30 May 2018 11:54:19 +0000 (+0400) Subject: dev-lang/rust: bump to 1.26.1 (2) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a7b4db6285771cb40b601acf560fc3343de2a59;p=gentoo.git dev-lang/rust: bump to 1.26.1 (2) --- 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}* )"