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 B458E158010 for ; Fri, 6 Jan 2023 20:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF932E0863; Fri, 6 Jan 2023 20:03:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC4F7E0863 for ; Fri, 6 Jan 2023 20:03:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99397340DBB for ; Fri, 6 Jan 2023 20:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1395802 for ; Fri, 6 Jan 2023 20:03:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1673035385.3361b27c68ea857b583e79aeeaf497ef89e61729.arthurzam@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-2022.1-r1.ebuild X-VCS-Directories: dev-util/pycharm-professional/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3361b27c68ea857b583e79aeeaf497ef89e61729 X-VCS-Branch: master Date: Fri, 6 Jan 2023 20:03:16 +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: 1c0af1cf-4997-464d-b099-4b3613bd3ebd X-Archives-Hash: 8433e2e35f3fd8d8cd8eadaf9de8d327 commit: 3361b27c68ea857b583e79aeeaf497ef89e61729 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 6 20:03:05 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 6 20:03:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3361b27c dev-util/pycharm-professional: Stabilize 2022.1-r1 amd64, #889956 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild b/dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild index 1886e1819576..b58cdb8c60d4 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+bundled-jdk" RESTRICT="mirror"