diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 01:02:47 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 01:06:56 +0100 |
commit | cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f (patch) | |
tree | cabe27b4038657cd1cc30cc03826ae91d17df1b2 /dev-lang/rust-bin/rust-bin-1.31.1.ebuild | |
parent | dev-lang/rust: force newer app-eselect/eselect-rust (diff) | |
download | gentoo-cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f.tar.gz gentoo-cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f.tar.bz2 gentoo-cc9ead4ab2ee76d4d719fb16d32a0515ad37b72f.zip |
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 <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 | 4 |
1 files changed, 2 insertions, 2 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 5268c1672bb4..9567b55a1c73 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= ) |