commit:     5aa5638062cae57eda38689bcb8718d4e1cbb605
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 13:32:36 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 13:34:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa56380

net-p2p/qbittorrent: inmvoke xdg_icon_cache_update

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
index 91e0d2f3769..7813f67cbfa 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils xdg-utils
+inherit xdg-utils
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="https://www.qbittorrent.org
@@ -59,11 +59,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
        xdg_desktop_database_update
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
        xdg_desktop_database_update
 }

Reply via email to