From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-961449-garchives=archives.gentoo.org@lists.gentoo.org> 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 D5895139694 for <garchives@archives.gentoo.org>; Thu, 13 Jul 2017 18:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D925B274175; Thu, 13 Jul 2017 18:32:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B2E7E274178 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jul 2017 18:32:36 +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 09686341A55 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jul 2017 18:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F2D74BA for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jul 2017 18:32:32 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1499970743.da25f2fb6e78ce4bd0d169cb1362a9238ed3ff3c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild X-VCS-Directories: dev-java/tomcat-servlet-api/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: da25f2fb6e78ce4bd0d169cb1362a9238ed3ff3c X-VCS-Branch: master Date: Thu, 13 Jul 2017 18:32:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d95049e1-e004-45f8-89df-90a3006e8b01 X-Archives-Hash: 7f9f0ccd040bb1b32834c5b1757c039d commit: da25f2fb6e78ce4bd0d169cb1362a9238ed3ff3c Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jul 13 18:31:13 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jul 13 18:32:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da25f2fb dev-java/tomcat-servlet-api: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild index c9daad26668..44456ff69fe 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6"