diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-06 22:03:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-06 22:03:05 +0200 |
commit | 8d7989b8b221ea5bf9024c3414cddc71dc0a628c (patch) | |
tree | 8082319e6bf0e8afeb928ea6879cde74adcbf3cc /dev-util/pycharm-community | |
parent | mail-client/neomutt: Stabilize 20220415 x86, #889954 (diff) | |
download | gentoo-8d7989b8b221ea5bf9024c3414cddc71dc0a628c.tar.gz gentoo-8d7989b8b221ea5bf9024c3414cddc71dc0a628c.tar.bz2 gentoo-8d7989b8b221ea5bf9024c3414cddc71dc0a628c.zip |
dev-util/pycharm-community: Stabilize 2022.2.3 amd64, #889956
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pycharm-community')
-rw-r--r-- | dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild b/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild index 9253d2818c01..27977f2c26e3 100644 --- a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2022.2.3.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=7 @@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz" LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+bundled-jdk" BDEPEND="dev-util/patchelf" |