Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Wed, 31 Jan 2018 18:40:13
Message-Id: 1517423957.1328525e821e89cd016fe1fec26bd658ad9d1b2c.lluixhi@gentoo
1 commit: 1328525e821e89cd016fe1fec26bd658ad9d1b2c
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 31 18:39:17 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 31 18:39:17 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1328525e
7
8 dev-lang/rust: fix dependencies with USE=extended
9
10 dev-lang/rust/rust-1.23.0-r1.ebuild | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild
14 index 8cdf96b..96ba277 100644
15 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild
16 +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
17 @@ -74,6 +74,14 @@ IUSE="debug doc extended jemalloc system-llvm"
18 RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
19 jemalloc? ( dev-libs/jemalloc )
20 system-llvm? ( sys-devel/llvm:4 )
21 + extended? (
22 + net-libs/http-parser:=
23 + net-libs/libssh2:=
24 + net-misc/curl:=[ssl]
25 + sys-libs/zlib:=
26 + !dev-util/rustfmt
27 + !dev-util/cargo
28 + )
29 "
30 DEPEND="${RDEPEND}
31 ${PYTHON_DEPS}