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 E8FFD15817D for ; Tue, 11 Jun 2024 17:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD1D2BC018; Tue, 11 Jun 2024 17:04:33 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 1F0052BC018 for ; Tue, 11 Jun 2024 17:04:33 +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 38621335DE9 for ; Tue, 11 Jun 2024 17:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68E315F7 for ; Tue, 11 Jun 2024 17:04:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1718125437.a585318f602fbaf7d7850602a61c98086e977121.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clion/clion-2024.1.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a585318f602fbaf7d7850602a61c98086e977121 X-VCS-Branch: master Date: Tue, 11 Jun 2024 17:04:30 +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: bdb8abe5-240c-4a7f-8912-64339f3931e3 X-Archives-Hash: a646802a1b75893f656c3673200746c4 commit: a585318f602fbaf7d7850602a61c98086e977121 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 11 17:02:18 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 11 17:03:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585318f dev-util/clion: Fix LICENSE (again!), OFL-1.1 instead of OFL Fixes: ccaca6ed84371d1ad2cce872456dd0f116b31435 Signed-off-by: Ulrich Müller gentoo.org> dev-util/clion/clion-2024.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/clion/clion-2024.1.ebuild b/dev-util/clion/clion-2024.1.ebuild index c393c3f52384..4e9205d5b0d0 100644 --- a/dev-util/clion/clion-2024.1.ebuild +++ b/dev-util/clion/clion-2024.1.ebuild @@ -12,7 +12,8 @@ SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz" LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal ) Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0 EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM - LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB" + LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL-1.1 public-domain PSF-2 + UoI-NCSA ZLIB" SLOT="0" KEYWORDS="~amd64" RESTRICT="bindist mirror splitdebug"