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 3040A1582EF for ; Tue, 25 Feb 2025 01:09:42 +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 0E8B23431F8 for ; Tue, 25 Feb 2025 01:09:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08C181102F2; Tue, 25 Feb 2025 01:09:41 +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 EB8771102F2 for ; Tue, 25 Feb 2025 01:09:40 +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 716623431BD for ; Tue, 25 Feb 2025 01:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79B7236B for ; Tue, 25 Feb 2025 01:09:38 +0000 (UTC) From: "Stefan Cristian B." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Cristian B." Message-ID: <1740445723.c5a1f3fae558148e50f84fac36e0b1b6a571f996.stefan.cristian+git@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.3000.ebuild X-VCS-Directories: games-util/curseforge/ X-VCS-Committer: stefan.cristian+git X-VCS-Committer-Name: Stefan Cristian B. X-VCS-Revision: c5a1f3fae558148e50f84fac36e0b1b6a571f996 X-VCS-Branch: dev Date: Tue, 25 Feb 2025 01:09:38 +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: df0356b1-5501-4b82-bfc1-6f4a5e2be400 X-Archives-Hash: 943662fbe31ee422892abea1c208f837 commit: c5a1f3fae558148e50f84fac36e0b1b6a571f996 Author: Stefan Cristian B. rogentos ro> AuthorDate: Tue Feb 25 01:08:40 2025 +0000 Commit: Stefan Cristian B. rogentos ro> CommitDate: Tue Feb 25 01:08:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5a1f3fa games-util/curseforge: added Overwolf license back * The Overwolf license is already defined in licenses. Corrected the removal of Overwolf license. Signed-off-by: Stefan Cristian B. rogentos.ro> games-util/curseforge/curseforge-1.269.3000.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/curseforge/curseforge-1.269.3000.ebuild b/games-util/curseforge/curseforge-1.269.3000.ebuild index af9ede995..4f1d33085 100644 --- a/games-util/curseforge/curseforge-1.269.3000.ebuild +++ b/games-util/curseforge/curseforge-1.269.3000.ebuild @@ -17,7 +17,7 @@ SRC_URI=" amd64? ( https://${PN}.overwolf.com/downloads/${PN}-latest-linux.deb -> ${P}.deb )" S="${WORKDIR}/" -LICENSE="Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT" +LICENSE="Overwolf Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT" SLOT="0" KEYWORDS="~amd64" RESTRICT="bindist mirror strip test"