Diff pycharm-professional-2021.3.3-r1 with a pycharm-professional-2022.1-r1

/usr/portage/dev-util/pycharm-professional/pycharm-professional-2022.1-r1.ebuild 2023-10-09 14:52:30.992368388 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="amd64 x86"
17 17
IUSE="+bundled-jdk"
18 18
RESTRICT="mirror"
19 19

  
......
46 46
	x11-libs/libxkbcommon
47 47
	x11-libs/libXrandr
48 48
	x11-libs/libXrender
49
	x11-libs/libxshmfence
49
	x11-libs/cairo
50
	x11-libs/pango
50 51
	x11-libs/libXtst
51 52
	x11-libs/libXxf86vm
52 53
"
......
68 69
		plugins/performanceTesting/bin/*.dll
69 70
		plugins/performanceTesting/bin/libyjpagent.dylib
70 71
		plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
72
		plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
71 73
		plugins/wsl-fs-helper
72 74
	)
73 75

  
......
101 103
		rm -r "${jre_dir}" || die
102 104
	fi
103 105

  
104
	fperms 755 ${dir}/bin/{format.sh,fsnotifier,inspect.sh,ltedit.sh,printenv.py,pycharm.sh,restart.py}
106
	fperms 755 ${dir}/bin/{format.sh,fsnotifier,inspect.sh,ltedit.sh,pycharm.sh,restart.py}
105 107

  
106 108
	fperms 755 ${dir}/${jre_dir}/bin/{jaotc,java,javac,jcmd,jdb,jfr,jhsdb,jinfo,jjs,jmap,jps,jrunscript,jstack,jstat,keytool,pack200,rmid,rmiregistry,serialver,unpack200}
107 109
	fperms 755 ${dir}/${jre_dir}/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
Thank you!