summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:32:43 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:32:43 +0200
commitcd5e07a5708c609ba86df1f59f0c6e273a460d51 (patch)
tree62982ec1ace82e9f64620cf70a667015d4ae2a2b /mail-client/thunderbird-bin
parentwww-client/firefox-bin: Replace fdo-mime with xdg-utils. (diff)
downloadgentoo-cd5e07a5708c609ba86df1f59f0c6e273a460d51.tar.gz
gentoo-cd5e07a5708c609ba86df1f59f0c6e273a460d51.tar.bz2
gentoo-cd5e07a5708c609ba86df1f59f0c6e273a460d51.zip
mail-client/thunderbird-bin: Replace fdo-mime with xdg-utils.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'mail-client/thunderbird-bin')
-rw-r--r--mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild
index a683ed39d905..99ff57ae770f 100644
--- a/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild
+++ b/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild
@@ -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"