From 2ec8d5569c8eeeb795a3b7f22f243f7c392eacbf Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 5 Jan 2020 16:19:52 +0100 Subject: [PATCH] net-irc/quassel: Migrate to xdg-utils eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber --- net-irc/quassel/quassel-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 12d255df5828..7cdf802a823b 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake gnome2-utils pax-utils systemd user +inherit cmake xdg-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then MY_P=${PN}-${PV/_/-} @@ -161,11 +161,11 @@ pkg_postinst() { einfo "Consider installing it if you want to run quassel within identd daemon." fi - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_config() { -- 2.26.2