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 4B33915808B for ; Mon, 21 Mar 2022 16:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57715E08EF; Mon, 21 Mar 2022 16:04:02 +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 pigeon.gentoo.org (Postfix) with ESMTPS id D1FE0E08EB for ; Mon, 21 Mar 2022 16:04:01 +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 6BD66342DFC for ; Mon, 21 Mar 2022 16:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABC83177 for ; Mon, 21 Mar 2022 16:03:58 +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: <1647878464.196af24257e1e9f1b1c35e36bf689007bf058c9c.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-2021.3.3.213.7172.25.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 196af24257e1e9f1b1c35e36bf689007bf058c9c X-VCS-Branch: master Date: Mon, 21 Mar 2022 16:03:58 +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: 21adf728-3038-4fca-9ffb-d867baabde5a X-Archives-Hash: 92bda9a5e0c03f70677656c114ae1e36 commit: 196af24257e1e9f1b1c35e36bf689007bf058c9c Author: Mike Pagano gentoo org> AuthorDate: Mon Mar 21 16:01:04 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Mar 21 16:01:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196af242 dev-util/idea-community: Mask for musl as binaries are linked to glibc Closes: https://bugs.gentoo.org/835716 Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/idea-community-2021.3.3.213.7172.25.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/idea-community/idea-community-2021.3.3.213.7172.25.ebuild b/dev-util/idea-community/idea-community-2021.3.3.213.7172.25.ebuild index bdc8e000bcff..2ae2388b0368 100644 --- a/dev-util/idea-community/idea-community-2021.3.3.213.7172.25.ebuild +++ b/dev-util/idea-community/idea-community-2021.3.3.213.7172.25.ebuild @@ -42,9 +42,10 @@ DEPEND=" >=dev-java/openjdk-bin-11.0.13_p8-r1:11 )" RDEPEND="${DEPEND} + sys-libs/glibc + media-libs/harfbuzz dev-java/jansi-native - dev-libs/libdbusmenu - media-libs/harfbuzz" + dev-libs/libdbusmenu" BDEPEND="dev-util/patchelf" RESTRICT="splitdebug"