commit:     1328525e821e89cd016fe1fec26bd658ad9d1b2c
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Jan 31 18:39:17 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Jan 31 18:39:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=1328525e

dev-lang/rust: fix dependencies with USE=extended

 dev-lang/rust/rust-1.23.0-r1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild 
b/dev-lang/rust/rust-1.23.0-r1.ebuild
index 8cdf96b..96ba277 100644
--- a/dev-lang/rust/rust-1.23.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
@@ -74,6 +74,14 @@ IUSE="debug doc extended jemalloc system-llvm"
 RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
                jemalloc? ( dev-libs/jemalloc )
                system-llvm? ( sys-devel/llvm:4 )
+               extended? (
+                       net-libs/http-parser:=
+                       net-libs/libssh2:=
+                       net-misc/curl:=[ssl]
+                       sys-libs/zlib:=
+                       !dev-util/rustfmt
+                       !dev-util/cargo
+               )
 "
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}

Reply via email to