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 B7A581580E0 for ; Mon, 27 Jan 2025 14:08:29 +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 9F484343469 for ; Mon, 27 Jan 2025 14:08:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A153A11046F; Mon, 27 Jan 2025 14:08:28 +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 999AC11046F for ; Mon, 27 Jan 2025 14:08:28 +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 4A637343469 for ; Mon, 27 Jan 2025 14:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0FE190B for ; Mon, 27 Jan 2025 14:08:26 +0000 (UTC) From: "Vincent Ahluwalia" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vincent Ahluwalia" Message-ID: <1737986871.84b6dd315c0f36b534726ea9acd4de4cfccfe9f9.vincentahluwalia@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: vincentahluwalia X-VCS-Committer-Name: Vincent Ahluwalia X-VCS-Revision: 84b6dd315c0f36b534726ea9acd4de4cfccfe9f9 X-VCS-Branch: dev Date: Mon, 27 Jan 2025 14:08: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: 96568812-9060-464a-a1c6-9f1fcec5fb30 X-Archives-Hash: bcdcc4728803d74b7ccb400bf97bf572 commit: 84b6dd315c0f36b534726ea9acd4de4cfccfe9f9 Author: Vincent Ahluwalia protonmail com> AuthorDate: Mon Jan 27 14:07:51 2025 +0000 Commit: Vincent Ahluwalia protonmail com> CommitDate: Mon Jan 27 14:07:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84b6dd31 games-util/curseforge: add missing eclass Signed-off-by: Vincent Ahluwalia protonmail.com> games-util/curseforge/curseforge-1.269.2.22204.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild index a54aeabd2..22cd1d8be 100644 --- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild +++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild @@ -9,7 +9,7 @@ CHROMIUM_LANGS=" sw ta te th tr uk ur vi zh-CN zh-TW " -inherit chromium-2 desktop unpacker +inherit chromium-2 desktop unpacker linux-info DESCRIPTION="The CurseForge Electron App" HOMEPAGE="https://www.curseforge.com/"