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 0A651139694 for ; Wed, 21 Jun 2017 10:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F22254015; Wed, 21 Jun 2017 10:28:02 +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 20F42234036 for ; Wed, 21 Jun 2017 10:28:01 +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 7E6DD34198C for ; Wed, 21 Jun 2017 10:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0D35748F for ; Wed, 21 Jun 2017 10:27:58 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498040157.5e4f4fe73ae479af9b9488c0dc6ce2ad081f3903.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/ocaml/ocaml-0.06.ebuild X-VCS-Directories: app-xemacs/ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5e4f4fe73ae479af9b9488c0dc6ce2ad081f3903 X-VCS-Branch: master Date: Wed, 21 Jun 2017 10:27:58 +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: 20905119-881c-4a35-8d39-0852ad799691 X-Archives-Hash: 806c25b35f37a3b3db291ab947f49185 commit: 5e4f4fe73ae479af9b9488c0dc6ce2ad081f3903 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 21 10:15:57 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 21 10:15:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4f4fe7 app-xemacs/ocaml: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-xemacs/ocaml/ocaml-0.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-xemacs/ocaml/ocaml-0.06.ebuild b/app-xemacs/ocaml/ocaml-0.06.ebuild index 10ef040202d..5c487aa784e 100644 --- a/app-xemacs/ocaml/ocaml-0.06.ebuild +++ b/app-xemacs/ocaml/ocaml-0.06.ebuild @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/fsf-compat " -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" inherit xemacs-packages