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 7941913835A for ; Tue, 1 Jun 2021 00:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E788E0814; Tue, 1 Jun 2021 00:46:30 +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 58022E0814 for ; Tue, 1 Jun 2021 00:46:30 +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 42BC2340DA8 for ; Tue, 1 Jun 2021 00:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B275C79B for ; Tue, 1 Jun 2021 00:46:27 +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: <1622508327.c6b2c834245d23b7d76b2af85d2177f1cbb03720.sam@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.109.ebuild X-VCS-Directories: dev-java/tomcat-servlet-api/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6b2c834245d23b7d76b2af85d2177f1cbb03720 X-VCS-Branch: master Date: Tue, 1 Jun 2021 00:46:27 +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: 6333d5b5-7915-4df3-be71-efc9a2160ea7 X-Archives-Hash: 99260e18ede7beb4676b8f12c65c5743 commit: c6b2c834245d23b7d76b2af85d2177f1cbb03720 Author: Sam James gentoo org> AuthorDate: Tue Jun 1 00:45:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 00:45:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b2c834 dev-java/tomcat-servlet-api: Stabilize 7.0.109 arm64, #792783 Signed-off-by: Sam James gentoo.org> dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.109.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.109.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.109.ebuild index c750d5ea6f6..0a4f99352d9 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.109.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.109.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 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.8"