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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8704F158089 for ; Sun, 30 Jan 2022 08:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F26F2BC040; Sun, 30 Jan 2022 08:04:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B1032BC040 for ; Sun, 30 Jan 2022 08:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F9AF343426 for ; Sun, 30 Jan 2022 08:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0054F2BF for ; Sun, 30 Jan 2022 08:04:18 +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: <1643529850.d0aed549d6c633f5aa3cd0bd563c786cdd891432.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/resin-servlet-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild X-VCS-Directories: dev-java/resin-servlet-api/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d0aed549d6c633f5aa3cd0bd563c786cdd891432 X-VCS-Branch: master Date: Sun, 30 Jan 2022 08:04:18 +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: d985a054-059b-412b-bcad-d165bd4ba1e8 X-Archives-Hash: 13649dc7383de97c22db950a16783780 commit: d0aed549d6c633f5aa3cd0bd563c786cdd891432 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 30 08:04:10 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 30 08:04:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aed549 dev-java/resin-servlet-api: ppc64 stable wrt bug #832342 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild | 2 +- dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild index 76d36904b0a5..62ce67795aea 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.27-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://caucho.com/download/resin-${PV}-src.tar.gz" LICENSE="GPL-2" SLOT="3.0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild index 0958f4d4bf4a..3bab35a2b31c 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.46-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://caucho.com/download/resin-${PV}-src.tar.gz" LICENSE="GPL-2" SLOT="3.1" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"