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 93FFA1580E0 for ; Wed, 29 Jan 2025 09:37:28 +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 8114A3430D5 for ; Wed, 29 Jan 2025 09:37:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1890611047D; Wed, 29 Jan 2025 09:37:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F396D11047A 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 AD9383430BB 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 67AD225FD 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: <1737986871.84b6dd315c0f36b534726ea9acd4de4cfccfe9f9.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: 84b6dd315c0f36b534726ea9acd4de4cfccfe9f9 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: f39c152b-bd79-4dfe-bc10-4e1babe40a4f X-Archives-Hash: dadd18ab9e9dd394c511aa736f8503ca commit: 84b6dd315c0f36b534726ea9acd4de4cfccfe9f9 Author: Vincent Ahluwalia protonmail com> AuthorDate: Mon Jan 27 14:07:51 2025 +0000 Commit: David Roman gmail 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/"