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 56114139990 for ; Fri, 8 Sep 2017 17:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3C1FE0D76; Fri, 8 Sep 2017 17:30:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7AB20E0D76 for ; Fri, 8 Sep 2017 17:30:51 +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 58A4834169C for ; Fri, 8 Sep 2017 17:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96149029 for ; Fri, 8 Sep 2017 17:30:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504891824.bd4d8fc073e47294f049f86e051ed7617267249f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-5.0.9999.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd4d8fc073e47294f049f86e051ed7617267249f X-VCS-Branch: master Date: Fri, 8 Sep 2017 17:30:48 +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: 420c31ed-2c70-4d18-a49d-680f41d5673e X-Archives-Hash: 500cebc3825d2dce5b107801dba382cf commit: bd4d8fc073e47294f049f86e051ed7617267249f Author: Michał Górny gentoo org> AuthorDate: Fri Sep 8 08:57:56 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 8 17:30:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4d8fc0 sys-devel/llvm: Remove unused elibc_musl flag sys-devel/llvm/llvm-5.0.9999.ebuild | 2 +- sys-devel/llvm/llvm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild b/sys-devel/llvm/llvm-5.0.9999.ebuild index 4be4936e076..10701c1ca62 100644 --- a/sys-devel/llvm/llvm-5.0.9999.ebuild +++ b/sys-devel/llvm/llvm-5.0.9999.ebuild @@ -36,7 +36,7 @@ LICENSE="UoI-NCSA rc BSD public-domain SLOT="$(get_major_version)" KEYWORDS="" IUSE="debug +doc gold libedit +libffi ncurses test - elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" + kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RDEPEND=" sys-libs/zlib:0= diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 818d169e198..ca558e0de2c 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -38,7 +38,7 @@ LICENSE="UoI-NCSA rc BSD public-domain SLOT="6" KEYWORDS="" IUSE="debug +doc gold libedit +libffi ncurses test - elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" + kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RDEPEND=" sys-libs/zlib:0=