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 C814F15808B for ; Sat, 26 Mar 2022 17:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E6CFE077F; Sat, 26 Mar 2022 17:17:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DE920E077F for ; Sat, 26 Mar 2022 17:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CEA80343539 for ; Sat, 26 Mar 2022 17:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D46290 for ; Sat, 26 Mar 2022 17:17:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1648315032.ea1f9900843aa22edcf8242652e3c278bff3f8d3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/c3p0/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild X-VCS-Directories: dev-java/c3p0/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ea1f9900843aa22edcf8242652e3c278bff3f8d3 X-VCS-Branch: master Date: Sat, 26 Mar 2022 17:17:26 +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: 1edffbff-d955-44bb-aa1c-aaf7c24ef11b X-Archives-Hash: f7d19c3569145b4dd834fc23ccb50907 commit: ea1f9900843aa22edcf8242652e3c278bff3f8d3 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 26 17:17:12 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 26 17:17:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1f9900 dev-java/c3p0: Stabilize 0.9.5.5-r1 ppc64, #835501 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild b/dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild index cc33ee96ffbd..bf48975a8034 100644 --- a/dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild +++ b/dev-java/c3p0/c3p0-0.9.5.5-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.mchange.com/projects/c3p0/" SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz" LICENSE="|| ( EPL-1.0 LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux" CP_DEPEND=" dev-java/log4j-12-api:2