commit:     87944ce975ecddd6e0316cae2f700d914da2660c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 12:33:43 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 12:33:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87944ce9

www-client/seamonkey-bin: Replace fdo-mime with xdg-utils.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild 
b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
index 3afb559231d..67375ce49a5 100644
--- a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
+++ b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
@@ -21,7 +21,7 @@ MOZ_LANGPACK_SUFFIX=".langpack.xpi"
 
 MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases";
 
-inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils 
mozlinguas-v2
+inherit eutils multilib mozextension pax-utils nsplugins xdg-utils 
gnome2-utils mozlinguas-v2
 
 DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
 SRC_URI="${SRC_URI}
@@ -131,7 +131,7 @@ pkg_preinst() {
 
 pkg_postinst() {
        # Update mimedb for the new .desktop file
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 }
 

Reply via email to