From 82cea3e71369248ef075daa61d5b9e05fc309913 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 12 Jan 2020 14:16:44 +0100 Subject: [PATCH] net-im/discord-bin: Drop redundant gnome2 eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber --- net-im/discord-bin/discord-bin-0.0.9-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild index b7ee3f914d41..e5968ec2b271 100644 --- a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" MY_PN=${PN/-bin/} MY_BIN="D${MY_PN/d/}" -inherit desktop gnome2-utils pax-utils unpacker xdg-utils +inherit desktop pax-utils unpacker xdg-utils DESCRIPTION="All-in-one voice and text chat for gamers" HOMEPAGE="https://discordapp.com" @@ -83,11 +83,11 @@ src_install() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } -- 2.26.2