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 98577138334 for ; Fri, 15 Mar 2019 00:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC48DE097D; Fri, 15 Mar 2019 00:07:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 97C30E097D for ; Fri, 15 Mar 2019 00:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1513B335CCD for ; Fri, 15 Mar 2019 00:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0668D56C for ; Fri, 15 Mar 2019 00:07:22 +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: <1552608417.4ed92c969842db8a4699644abe61c717dba5de3c.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: 4ed92c969842db8a4699644abe61c717dba5de3c X-VCS-Branch: master Date: Fri, 15 Mar 2019 00:07:22 +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: 96ab6237-755b-48b0-aaa2-7d3e3ae5f828 X-Archives-Hash: 303d8e6ab9cc57cbb68bea409c035513 commit: 4ed92c969842db8a4699644abe61c717dba5de3c Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Mar 15 00:05:38 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Mar 15 00:06:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed92c96 dev-lang/rust-bin: move app-eselect/eselect-rust to DEPEND We need to call eselect-rust in pkg_ phase but RDEPEND doesn't guarantee that eselect-rust will be available. 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 | 5 ++--- dev-lang/rust-bin/rust-bin-1.31.1.ebuild | 5 ++--- dev-lang/rust-bin/rust-bin-1.32.0.ebuild | 5 ++--- dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 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 c9cb9d5d92c..063ffde9237 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 @@ -16,9 +16,8 @@ SLOT="stable" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" -DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-20190311 - sys-libs/zlib +DEPEND=">=app-eselect/eselect-rust-20190311" +RDEPEND="sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 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 9567b55a1c7..89ba7839c39 100644 --- a/dev-lang/rust-bin/rust-bin-1.31.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.31.1.ebuild @@ -16,9 +16,8 @@ SLOT="stable" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" -DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-20190311 - sys-libs/zlib +DEPEND=">=app-eselect/eselect-rust-20190311" +RDEPEND="sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 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 a4fb5e4c309..ef0e3aee64f 100644 --- a/dev-lang/rust-bin/rust-bin-1.32.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.32.0.ebuild @@ -16,9 +16,8 @@ SLOT="stable" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" -DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-20190311 - sys-libs/zlib +DEPEND=">=app-eselect/eselect-rust-20190311" +RDEPEND="sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 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 a4fb5e4c309..ef0e3aee64f 100644 --- a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild @@ -16,9 +16,8 @@ SLOT="stable" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt" -DEPEND="" -RDEPEND=">=app-eselect/eselect-rust-20190311 - sys-libs/zlib +DEPEND=">=app-eselect/eselect-rust-20190311" +RDEPEND="sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2