diff options
author | Johannes Huber <johu@gentoo.org> | 2020-01-12 14:16:44 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2020-01-12 14:20:23 +0100 |
commit | 82cea3e71369248ef075daa61d5b9e05fc309913 (patch) | |
tree | c154f56569da056440ef3c810f3373d252ca267a /net-im | |
parent | net-im/discord-bin: Remove 0.0.9 (r0) (diff) | |
download | gentoo-82cea3e71369248ef075daa61d5b9e05fc309913.tar.gz gentoo-82cea3e71369248ef075daa61d5b9e05fc309913.tar.bz2 gentoo-82cea3e71369248ef075daa61d5b9e05fc309913.zip |
net-im/discord-bin: Drop redundant gnome2 eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/discord-bin/discord-bin-0.0.9-r1.ebuild | 8 |
1 files 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 } |