aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Belsito <lluixhi@gmail.com>2018-02-05 17:09:27 -0800
committerAric Belsito <lluixhi@gmail.com>2018-02-05 17:09:27 -0800
commitcf190b860b62512906d48b151f8c2484ac28c503 (patch)
tree2aaa5869a0bf7575a5619ba3fcc5e6fcd0d214f7 /dev-lang
parentnet-analyzer/wireshark: add metadata.xml (diff)
downloadmusl-cf190b860b62512906d48b151f8c2484ac28c503.tar.gz
musl-cf190b860b62512906d48b151f8c2484ac28c503.tar.bz2
musl-cf190b860b62512906d48b151f8c2484ac28c503.zip
dev-lang/rust: add missing "extended" dependency
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.23.0-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild
index 5d7184a7..7f1948f5 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]