From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA4D915808A for ; Thu, 07 Aug 2025 18:22:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D8E0D341FBF for ; Thu, 07 Aug 2025 18:22:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D6ACD1104A0; Thu, 07 Aug 2025 18:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CADDA1104A0 for ; Thu, 07 Aug 2025 18:22:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 807CE341FAA for ; Thu, 07 Aug 2025 18:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD9C2F90 for ; Thu, 07 Aug 2025 18:22:11 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1754590885.cbb723bd6708cff5f0a13b0a5d08ce7ce9796651.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/idea-community/idea-community-2025.2.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: cbb723bd6708cff5f0a13b0a5d08ce7ce9796651 X-VCS-Branch: master Date: Thu, 07 Aug 2025 18:22:11 +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: 0b01a0e3-5286-4860-b029-3d839cb06ed1 X-Archives-Hash: 046622afdad26a7afa2c2ec69c84f2b8 commit: cbb723bd6708cff5f0a13b0a5d08ce7ce9796651 Author: Mike Pagano gentoo org> AuthorDate: Thu Aug 7 18:21:25 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Aug 7 18:21:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb723bd dev-util/idea-community: Fix disk space reqs check Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/idea-community-2025.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/idea-community/idea-community-2025.2.ebuild b/dev-util/idea-community/idea-community-2025.2.ebuild index 2f4c5775f285..56c9f07a1321 100644 --- a/dev-util/idea-community/idea-community-2025.2.ebuild +++ b/dev-util/idea-community/idea-community-2025.2.ebuild @@ -68,6 +68,11 @@ pkg_pretend() { check-reqs_pkg_pretend } +pkg_setup() { + CHECKREQS_DISK_BUILD="4G" + check-reqs_pkg_pretend +} + src_unpack() { default_src_unpack