diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 01:05:38 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 01:06:57 +0100 |
commit | 4ed92c969842db8a4699644abe61c717dba5de3c (patch) | |
tree | 60f38aa032b71716798a5bd0eb671ba1ea2a443a /dev-lang/rust-bin/rust-bin-1.31.1.ebuild | |
parent | dev-lang/rust-bin: force newer app-eselect/eselect-rust (diff) | |
download | gentoo-4ed92c969842db8a4699644abe61c717dba5de3c.tar.gz gentoo-4ed92c969842db8a4699644abe61c717dba5de3c.tar.bz2 gentoo-4ed92c969842db8a4699644abe61c717dba5de3c.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.31.1.ebuild')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.31.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 9567b55a1c73..89ba7839c393 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 |