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 BDD08139694 for ; Wed, 17 May 2017 19:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06490E0BE2; Wed, 17 May 2017 19:20:40 +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 D8F31E0BE2 for ; Wed, 17 May 2017 19:20:39 +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 A1BDE3416C9 for ; Wed, 17 May 2017 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CF09743E for ; Wed, 17 May 2017 19:20:37 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1495048765.b438bbf7dd3c72b1cf7366f2e795f6b5d1c5f4e7.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/llvm-vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/llvm-vim/llvm-vim-4.0.0.ebuild X-VCS-Directories: app-vim/llvm-vim/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b438bbf7dd3c72b1cf7366f2e795f6b5d1c5f4e7 X-VCS-Branch: master Date: Wed, 17 May 2017 19:20:37 +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: a4d9df1a-15d8-44bd-a858-88917e7b3a46 X-Archives-Hash: 3f35ba839894fb4efdcd6bbf18cc1108 commit: b438bbf7dd3c72b1cf7366f2e795f6b5d1c5f4e7 Author: Markus Meier gentoo org> AuthorDate: Wed May 17 19:19:25 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed May 17 19:19:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438bbf7 app-vim/llvm-vim: add ~arm, bug #613666 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" app-vim/llvm-vim/llvm-vim-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild b/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild index 3375254dfe3..bd68c2ceecc 100644 --- a/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild +++ b/app-vim/llvm-vim/llvm-vim-4.0.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" RDEPEND="!sys-devel/llvm:0"