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 A5F94139694 for ; Fri, 24 Mar 2017 15:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C38B721C039; Fri, 24 Mar 2017 15:04:36 +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 A19FD21C039 for ; Fri, 24 Mar 2017 15:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C798A33BE19 for ; Fri, 24 Mar 2017 15:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CDDC736D for ; Fri, 24 Mar 2017 15:04:34 +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: <1490367865.b9b011bcedd74427bf29dc7c0647140b8a931528.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b9b011bcedd74427bf29dc7c0647140b8a931528 X-VCS-Branch: master Date: Fri, 24 Mar 2017 15:04:34 +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: 1989b265-6b40-4acf-8cb8-1ce4546ab94d X-Archives-Hash: aedfd6f04d2dba8214970e2649c132a8 commit: b9b011bcedd74427bf29dc7c0647140b8a931528 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 14:23:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 24 15:04:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b011bc dev-ml/llvm-ocaml: Remove stray ~arm64 keyword Remove the ~arm64 keyword accidentally added during wide LLVM 4.0 arm64 testing. This package has unkeyworded dependencies on ~arm64 which I'd rather not keyword myself. dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild index 51611902755..c825809048e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild @@ -23,7 +23,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test ${ALL_LLVM_TARGETS[*]}" RDEPEND="