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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B89E31580E0 for ; Wed, 29 Jan 2025 09:37:26 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A22393430F3 for ; Wed, 29 Jan 2025 09:37:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 144D911047C; Wed, 29 Jan 2025 09:37:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F1D0C110478 for ; Wed, 29 Jan 2025 09:37:05 +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 A8C4D343096 for ; Wed, 29 Jan 2025 09:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53BB925DB for ; Wed, 29 Jan 2025 09:37:03 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1737986592.bc405ba09253d512d83a3af40c6b4d4b80587b1a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/curseforge/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/curseforge/curseforge-1.269.2.22204.ebuild X-VCS-Directories: games-util/curseforge/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: bc405ba09253d512d83a3af40c6b4d4b80587b1a X-VCS-Branch: master Date: Wed, 29 Jan 2025 09:37:03 +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: b1937973-7505-49e3-bc9a-7d82cbebd7a5 X-Archives-Hash: fd253ee8a5cc21d5c79817e4fb5838af commit: bc405ba09253d512d83a3af40c6b4d4b80587b1a Author: Vincent Ahluwalia protonmail com> AuthorDate: Mon Jan 27 14:03:12 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Jan 27 14:03:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc405ba0 games-util/curseforge: Add dependencies Signed-off-by: Vincent Ahluwalia protonmail.com> .../curseforge/curseforge-1.269.2.22204.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild index 295e9e088..a54aeabd2 100644 --- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild +++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild @@ -21,8 +21,40 @@ SLOT="0" KEYWORDS="~amd64" RESTRICT="bindist mirror strip test" +DEPEND=" + app-accessibility/at-spi2-core + dev-libs/expat + dev-libs/glib + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/mesa[gbm(+)] + net-print/cups + sys-apps/dbus + sys-libs/glibc + x11-libs/cairo + x11-libs/libdrm + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libdrm + x11-libs/libxcb + x11-libs/libxkbcommon + x11-libs/pango + x11-misc/xdg-utils +" + DESTDIR="/opt/${PN}" +QA_PREBUILT="*" + +CONFIG_CHECK="~USER_NS" + src_configure() { default chromium_suid_sandbox_check_kernel_config