From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1343011-garchives=archives.gentoo.org@lists.gentoo.org>
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 0EC0B158086
	for <garchives@archives.gentoo.org>; Wed, 24 Nov 2021 22:26:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6257BE0891;
	Wed, 24 Nov 2021 22:26:51 +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 493FFE0891
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Nov 2021 22:26:51 +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 68B03342F35
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Nov 2021 22:26:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B42164
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Nov 2021 22:26:49 +0000 (UTC)
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org>
Message-ID: <1637792797.3aa8f865c71d476db86ff2ad9d5ef6554fe8d702.fordfrog@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcpkix/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/bcpkix/bcpkix-1.69.ebuild
X-VCS-Directories: dev-java/bcpkix/
X-VCS-Committer: fordfrog
X-VCS-Committer-Name: Miroslav Šulc
X-VCS-Revision: 3aa8f865c71d476db86ff2ad9d5ef6554fe8d702
X-VCS-Branch: master
Date: Wed, 24 Nov 2021 22:26:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ef208e6e-8a15-4d55-acca-c87bbd7b039d
X-Archives-Hash: fc8834f83fd210ecbd8ed594860c739a

commit:     3aa8f865c71d476db86ff2ad9d5ef6554fe8d702
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Nov 24 11:24:57 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 22:26:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa8f865

dev-java/bcpkix: solve OutOfMemoryError

Closes: https://bugs.gentoo.org/827082
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/bcpkix/bcpkix-1.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/bcpkix/bcpkix-1.69.ebuild b/dev-java/bcpkix/bcpkix-1.69.ebuild
index 075fbc2e2432..48113aa6cfd8 100644
--- a/dev-java/bcpkix/bcpkix-1.69.ebuild
+++ b/dev-java/bcpkix/bcpkix-1.69.ebuild
@@ -66,7 +66,7 @@ JAVA_TEST_RUN_ONLY=(
 check_env() {
 	if use test; then
 		# this is needed only for tests
-		CHECKREQS_MEMORY="1200M"
+		CHECKREQS_MEMORY="2048M"
 		check-reqs_pkg_pretend
 	fi
 }