commit: cf190b860b62512906d48b151f8c2484ac28c503 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com> AuthorDate: Tue Feb 6 01:09:27 2018 +0000 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com> CommitDate: Tue Feb 6 01:09:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=cf190b86
dev-lang/rust: add missing "extended" dependency dev-lang/rust/rust-1.23.0-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild index 5d7184a..7f1948f 100644 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild @@ -69,12 +69,17 @@ SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" -IUSE="debug doc extended jemalloc system-llvm" +IUSE="debug doc extended jemalloc libressl system-llvm" RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 jemalloc? ( dev-libs/jemalloc ) system-llvm? ( sys-devel/llvm:4 ) extended? ( + libressl? ( + >=dev-libs/libressl-2.5.0:= + <dev-libs/libressl-2.7.0:= + ) + !libressl? ( dev-libs/openssl:0= ) net-libs/http-parser:= net-libs/libssh2:= net-misc/curl:=[ssl]
