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

mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild

index a683ed39d905551fcfa63acd9484d5cfa0fd7451..99ff57ae770fcbe2dca2056f7d652387839b46af 100644 (file)
@@ -25,7 +25,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases"
 
-inherit eutils multilib pax-utils fdo-mime gnome2-utils nsplugins mozlinguas-v2
+inherit eutils multilib pax-utils xdg-utils gnome2-utils nsplugins mozlinguas-v2
 
 DESCRIPTION="Thunderbird Mail Client"
 SRC_URI="${SRC_URI}
@@ -153,7 +153,7 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 
        use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed"