commit: 6c66afddf977577b98919aadd3dfc4c9102f6f44 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Jun 26 06:10:57 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Jun 26 06:15:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c66afdd
dev-util/pycharm-community: do not inherit gnome2-utils Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild b/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild index fecb030519f..6954ddae2fa 100644 --- a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop gnome2-utils readme.gentoo-r1 xdg +inherit desktop readme.gentoo-r1 xdg-utils DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -50,11 +50,9 @@ src_install() { } pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update + xdg_icon_cache_update }
