From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C968A138335 for ; Fri, 15 Mar 2019 00:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF92E0970; Fri, 15 Mar 2019 00:07:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69A61E0970 for ; Fri, 15 Mar 2019 00:07:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 893F3335CE4 for ; Fri, 15 Mar 2019 00:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75B656B for ; Fri, 15 Mar 2019 00:07:21 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1552608416.cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild dev-lang/rust-bin/rust-bin-1.31.1.ebuild dev-lang/rust-bin/rust-bin-1.32.0.ebuild dev-lang/rust-bin/rust-bin-1.33.0.ebuild X-VCS-Directories: dev-lang/rust-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f X-VCS-Branch: master Date: Fri, 15 Mar 2019 00:07:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6ee00dd-52f5-4eb1-ba47-8db0e5e1a7d4 X-Archives-Hash: 1abb35b94d46b615cf4b52042efa7fa7 commit: cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Mar 15 00:02:47 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Mar 15 00:06:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9ead4a dev-lang/rust-bin: force newer app-eselect/eselect-rust Bug: https://bugs.gentoo.org/678908 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild | 4 ++-- dev-lang/rust-bin/rust-bin-1.31.1.ebuild | 4 ++-- dev-lang/rust-bin/rust-bin-1.32.0.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild index 62112a7f3c6..c9cb9d5d92c 100644 --- a/dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.30.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 +RDEPEND=">=app-eselect/eselect-rust-20190311 sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) diff --git a/dev-lang/rust-bin/rust-bin-1.31.1.ebuild b/dev-lang/rust-bin/rust-bin-1.31.1.ebuild index 5268c1672bb..9567b55a1c7 100644 --- a/dev-lang/rust-bin/rust-bin-1.31.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.31.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 +RDEPEND=">=app-eselect/eselect-rust-20190311 sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) diff --git a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild index a9f9e30d70c..a4fb5e4c309 100644 --- a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 +RDEPEND=">=app-eselect/eselect-rust-20190311 sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) diff --git a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild index a9f9e30d70c..a4fb5e4c309 100644 --- a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 +RDEPEND=">=app-eselect/eselect-rust-20190311 sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )