commit: bf458f68ec79c23726a71c50f03878d7a440daff Author: Branko Grubic <bitlord0xff <AT> gmail <DOT> com> AuthorDate: Wed Dec 4 20:53:23 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Dec 5 07:50:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf458f68
dev-util/pycharm-community: Fixes sysctl.d config value The extra quote leftover from the ebuild rewrite/update creates invalid value for sysctl key which fails to apply. Signed-off-by: Branko Grubic <bitlord0xff <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39596 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> ...charm-community-2024.3.ebuild => pycharm-community-2024.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pycharm-community/pycharm-community-2024.3.ebuild b/dev-util/pycharm-community/pycharm-community-2024.3-r1.ebuild similarity index 99% rename from dev-util/pycharm-community/pycharm-community-2024.3.ebuild rename to dev-util/pycharm-community/pycharm-community-2024.3-r1.ebuild index 062fd587be4d..6828975b8bd9 100644 --- a/dev-util/pycharm-community/pycharm-community-2024.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2024.3-r1.ebuild @@ -185,7 +185,7 @@ src_install() { # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit dodir /usr/lib/sysctl.d cat > "${ED}/usr/lib/sysctl.d/30-${PN}-inotify-watches.conf" <<-EOF || die - fs.inotify.max_user_watches = 524288" + fs.inotify.max_user_watches = 524288 EOF }
