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 EFD2F138334 for ; Sat, 19 Jan 2019 11:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7442E0968; Sat, 19 Jan 2019 11:37:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A37E3E0968 for ; Sat, 19 Jan 2019 11:37:18 +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 A0815335D12 for ; Sat, 19 Jan 2019 11:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B06051A for ; Sat, 19 Jan 2019 11:37:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1547897783.caae328238583a64e761610cb2cda990f04e32f6.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.32.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: caae328238583a64e761610cb2cda990f04e32f6 X-VCS-Branch: master Date: Sat, 19 Jan 2019 11:37:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20f91321-dbb5-4f40-a2c9-15d34ee78c97 X-Archives-Hash: b53d6f1eefec529d5ad5a85b51bb17e8 commit: caae328238583a64e761610cb2cda990f04e32f6 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 19 11:02:01 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jan 19 11:36:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caae3282 dev-lang/rust: remove required use constraint in favor of a mask Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.32.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/rust/rust-1.32.0.ebuild b/dev-lang/rust/rust-1.32.0.ebuild index 6adfe7ff5b4..680160fc9a9 100644 --- a/dev-lang/rust/rust-1.32.0.ebuild +++ b/dev-lang/rust/rust-1.32.0.ebuild @@ -59,9 +59,6 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) x86? ( cpu_flags_x86_sse2 )" -# bug #675752 -REQUIRED_USE+=" !system-llvm" - S="${WORKDIR}/${MY_P}-src" PATCHES=( "${FILESDIR}"/1.30.1-clippy-sysroot.patch )