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 D4114139694 for ; Sat, 3 Jun 2017 08:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FD0E0D1C; Sat, 3 Jun 2017 08:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 253E1E0D1C for ; Sat, 3 Jun 2017 08:27:58 +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 568093417B6 for ; Sat, 3 Jun 2017 08:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2A87478 for ; Sat, 3 Jun 2017 08:27:53 +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: <1496478461.aac6951e052032def6c0039849bf2d2278c51f83.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.8.1-r100.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aac6951e052032def6c0039849bf2d2278c51f83 X-VCS-Branch: master Date: Sat, 3 Jun 2017 08:27:53 +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: c979b725-312f-4d6e-a047-7a18f90da163 X-Archives-Hash: a8de70aa874b25cedb2d3a3465c3dd3f commit: aac6951e052032def6c0039849bf2d2278c51f83 Author: Michał Górny gentoo org> AuthorDate: Wed May 24 16:27:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 3 08:27:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac6951e sys-devel/clang: Drop ~arm{,64} from 3.8.1 (lost in -r2, readded in 4) sys-devel/clang/clang-3.8.1-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-3.8.1-r100.ebuild b/sys-devel/clang/clang-3.8.1-r100.ebuild index c7f38a2b99d..93887fea7ef 100644 --- a/sys-devel/clang/clang-3.8.1-r100.ebuild +++ b/sys-devel/clang/clang-3.8.1-r100.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.8" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"