summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild8
1 files 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 fecb030519fa..6954ddae2fa5 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
}