From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC04B138331 for ; Tue, 6 Feb 2018 01:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D1EE09EE; Tue, 6 Feb 2018 01:12:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D053DE09EE for ; Tue, 6 Feb 2018 01:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4ECD335C48 for ; Tue, 6 Feb 2018 01:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE17D1E8 for ; Tue, 6 Feb 2018 01:11:57 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1517879367.cf190b860b62512906d48b151f8c2484ac28c503.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.23.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: cf190b860b62512906d48b151f8c2484ac28c503 X-VCS-Branch: master Date: Tue, 6 Feb 2018 01:11:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac96fe94-1662-4bf6-8ddb-b6348b2ea354 X-Archives-Hash: 583ed36611dd4bf5fdd5b32eaf769e60 commit: cf190b860b62512906d48b151f8c2484ac28c503 Author: Aric Belsito gmail com> AuthorDate: Tue Feb 6 01:09:27 2018 +0000 Commit: Aric Belsito gmail 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:= +