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 811D5138334 for ; Sun, 22 Jul 2018 18:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C820E0905; Sun, 22 Jul 2018 18:19:11 +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 624A6E0905 for ; Sun, 22 Jul 2018 18:19:10 +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 229BD335D68 for ; Sun, 22 Jul 2018 18:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550BC382 for ; Sun, 22 Jul 2018 18:19:07 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532283393.72e075e441e909f3635a0c0b76a2a7a49a87c38c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-6.0.1.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 72e075e441e909f3635a0c0b76a2a7a49a87c38c X-VCS-Branch: master Date: Sun, 22 Jul 2018 18:19:07 +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: d3ae7250-7e41-41aa-b967-e7f8890157d1 X-Archives-Hash: 31de0ecc2a85fff6643ab8227d8b0dcc commit: 72e075e441e909f3635a0c0b76a2a7a49a87c38c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 22 18:13:03 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 22 18:16:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e075e4 sys-devel/clang: x86 stable (bug #661776) Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-devel/clang/clang-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-6.0.1.ebuild b/sys-devel/clang/clang-6.0.1.ebuild index 6cd2169e898..d7ae2cad358 100644 --- a/sys-devel/clang/clang-6.0.1.ebuild +++ b/sys-devel/clang/clang-6.0.1.ebuild @@ -31,7 +31,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )"