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 D46C4138359 for ; Sat, 25 Jul 2020 02:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A561E0863; Sat, 25 Jul 2020 02:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 80CFBE0863 for ; Sat, 25 Jul 2020 02:51:08 +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 5071C34EF11 for ; Sat, 25 Jul 2020 02:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A622F1 for ; Sat, 25 Jul 2020 02:51:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595645453.407ac259d24c700342a6c0f289d128e12c5999b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild X-VCS-Directories: java-virtuals/servlet-api/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 407ac259d24c700342a6c0f289d128e12c5999b2 X-VCS-Branch: master Date: Sat, 25 Jul 2020 02:51:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69f51f09-01ab-46ce-9141-b3382d9b083f X-Archives-Hash: 58adb9dec4fed7e708d46138cbd2bd84 commit: 407ac259d24c700342a6c0f289d128e12c5999b2 Author: Sam James gentoo org> AuthorDate: Sat Jul 25 02:50:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 25 02:50:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407ac259 java-virtuals/servlet-api: arm keyworded (bug #733822) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild index a3ec32efe5a..0d0e3583693 100644 --- a/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild +++ b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="${PV}" -KEYWORDS="amd64 ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" RDEPEND="|| ( dev-java/tomcat-servlet-api:${SLOT}