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 18067158064 for ; Mon, 13 May 2024 16:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D9F9E2AC1; Mon, 13 May 2024 16:11:48 +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 57922E2AC1 for ; Mon, 13 May 2024 16:11:48 +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 0A58034164C for ; Mon, 13 May 2024 16:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C791AC1 for ; Mon, 13 May 2024 16:11:44 +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: <1715616323.ae15b7d5b98c628165a56f5ef6a6292d7a9bde64.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-professional/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild X-VCS-Directories: dev-util/pycharm-professional/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ae15b7d5b98c628165a56f5ef6a6292d7a9bde64 X-VCS-Branch: master Date: Mon, 13 May 2024 16:11:44 +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: 3641e0a2-379a-414e-9f74-d9a2ef866a27 X-Archives-Hash: be4020ad1689e19d602f5da9c38a37fe commit: ae15b7d5b98c628165a56f5ef6a6292d7a9bde64 Author: Ulrich Müller gentoo org> AuthorDate: Sun May 12 14:43:01 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 13 16:05:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae15b7d5 dev-util/pycharm-professional: Fix LICENSE, OFL-1.1 instead of OFL Bug: https://bugs.gentoo.org/931823 Signed-off-by: Ulrich Müller gentoo.org> dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild index 7d5d43322d79..573c27e8aa7a 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2023.3.3.ebuild @@ -29,7 +29,7 @@ LICENSE="PyCharm" # roman.py is ZPL not "Python 2.1.1 license" # Eclipse Distribution License 1.0 is BSD LICENSE+=" 0BSD Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CC-BY-3.0 CC-BY-4.0 CDDL-1.1 CPL-1.0 EPL-1.0 GPL-2" -LICENSE+=" GPL-2-with-classpath-exception ISC JSON LGPL-2.1 LGPL-3 LGPL-3+ libpng MIT MPL-1.1 MPL-2.0 OFL" +LICENSE+=" GPL-2-with-classpath-exception ISC JSON LGPL-2.1 LGPL-3 LGPL-3+ libpng MIT MPL-1.1 MPL-2.0" LICENSE+=" OFL-1.1 public-domain PYTHON unicode Unlicense W3C ZLIB ZPL" SLOT="0" KEYWORDS="~amd64"