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 6C7F8139695 for ; Sat, 3 Jun 2017 08:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0B4E0C56; Sat, 3 Jun 2017 08:27:55 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 665E9E0C56 for ; Sat, 3 Jun 2017 08:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 532D83417B3 for ; Sat, 3 Jun 2017 08:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC337472 for ; Sat, 3 Jun 2017 08:27:52 +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: <1496478449.950c303086bf39e0c8fe750b3aed367f4f7e090a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-3.5.2-r100.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 950c303086bf39e0c8fe750b3aed367f4f7e090a X-VCS-Branch: master Date: Sat, 3 Jun 2017 08:27:52 +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: 1f150bc0-4263-4b38-a97f-e6f0bca13498 X-Archives-Hash: cf65dbe1dfcc440b610e706bf96ce1e2 commit: 950c303086bf39e0c8fe750b3aed367f4f7e090a Author: Michał Górny gentoo org> AuthorDate: Wed May 24 11:23:37 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 3 08:27:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950c3030 sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat only sys-devel/clang/clang-3.5.2-r100.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/clang/clang-3.5.2-r100.ebuild b/sys-devel/clang/clang-3.5.2-r100.ebuild index 1f619041343..b399d32728d 100644 --- a/sys-devel/clang/clang-3.5.2-r100.ebuild +++ b/sys-devel/clang/clang-3.5.2-r100.ebuild @@ -11,10 +11,10 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug multitarget python +static-analyzer" +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +IUSE="" -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" +RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]" # Please keep this package around since it's quite likely that we'll # return to separate LLVM & clang ebuilds when the cmake build system