www-client/seamonkey-bin: Replace fdo-mime with xdg-utils.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 8 Aug 2017 12:33:43 +0000 (14:33 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 8 Aug 2017 12:33:43 +0000 (14:33 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild

index 3afb559231d0a0c09c0a3767a5ae77e556f6359e..67375ce49a580587f922c5df36ba9a6699a17930 100644 (file)
@@ -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
 }