summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-06-26 09:10:57 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-06-26 09:15:37 +0300
commit6c66afddf977577b98919aadd3dfc4c9102f6f44 (patch)
treeb2d82355d729ff111b1346ed0ae9bf5bb47fde95
parentdev-ruby/rails: add 6.1.4 (diff)
downloadgentoo-6c66afddf977577b98919aadd3dfc4c9102f6f44.tar.gz
gentoo-6c66afddf977577b98919aadd3dfc4c9102f6f44.tar.bz2
gentoo-6c66afddf977577b98919aadd3dfc4c9102f6f44.zip
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@gentoo.org>
-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
}