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 1B82E138334 for ; Thu, 17 Oct 2019 10:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2BA6E0893; Thu, 17 Oct 2019 10:29:53 +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 CA583E0893 for ; Thu, 17 Oct 2019 10:29:53 +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 E7F5634BF33 for ; Thu, 17 Oct 2019 10:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9509A88F for ; Thu, 17 Oct 2019 10:29:49 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1571308181.d046c5c66be299cf88106b11f1b8ae9f45d66be5.ago@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-8.5.45.ebuild X-VCS-Directories: dev-java/tomcat-servlet-api/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d046c5c66be299cf88106b11f1b8ae9f45d66be5 X-VCS-Branch: master Date: Thu, 17 Oct 2019 10:29:49 +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: be58c67e-267a-4f68-a08b-1deef05b47b9 X-Archives-Hash: b14abe84cb450c57ceed06ea2c0d3196 commit: d046c5c66be299cf88106b11f1b8ae9f45d66be5 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Oct 17 10:29:41 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Oct 17 10:29:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d046c5c6 dev-java/tomcat-servlet-api: ppc64 stable wrt bug #697844 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.45.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.45.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.45.ebuild index a6df79ab2de..e937c997c51 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.45.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.45.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.1" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.7"