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: Tue, 06 Feb 2018 01:12:03
Message-Id: 1517879367.cf190b860b62512906d48b151f8c2484ac28c503.lluixhi@gentoo
1 commit: cf190b860b62512906d48b151f8c2484ac28c503
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 6 01:09:27 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 6 01:09:27 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=cf190b86
7
8 dev-lang/rust: add missing "extended" dependency
9
10 dev-lang/rust/rust-1.23.0-r1.ebuild | 7 ++++++-
11 1 file changed, 6 insertions(+), 1 deletion(-)
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 5d7184a..7f1948f 100644
15 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild
16 +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
17 @@ -69,12 +69,17 @@ SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz
18
19 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
20
21 -IUSE="debug doc extended jemalloc system-llvm"
22 +IUSE="debug doc extended jemalloc libressl system-llvm"
23
24 RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
25 jemalloc? ( dev-libs/jemalloc )
26 system-llvm? ( sys-devel/llvm:4 )
27 extended? (
28 + libressl? (
29 + >=dev-libs/libressl-2.5.0:=
30 + <dev-libs/libressl-2.7.0:=
31 + )
32 + !libressl? ( dev-libs/openssl:0= )
33 net-libs/http-parser:=
34 net-libs/libssh2:=
35 net-misc/curl:=[ssl]