Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Sun, 01 Sep 2019 07:04:03
Message-Id: 1567321423.48ae731fed1bd47300e6e47d4ce067eef9e1eb0e.anarchy@gentoo
1 commit: 48ae731fed1bd47300e6e47d4ce067eef9e1eb0e
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 07:03:43 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 07:03:43 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=48ae731f
7
8 www-client/firefox: update to xdg_icon_cache_update
9
10 Package-Manager: Portage-2.3.74, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/firefox-69.0_beta16.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild b/www-client/firefox/firefox-69.0_beta16.ebuild
17 index 6285aa6..c4c6b6f 100644
18 --- a/www-client/firefox/firefox-69.0_beta16.ebuild
19 +++ b/www-client/firefox/firefox-69.0_beta16.ebuild
20 @@ -723,8 +723,6 @@ PROFILE_EOF
21 }
22
23 pkg_preinst() {
24 - gnome2_icon_savelist
25 -
26 # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
27 # doesn't need to be forced into the LD_LIBRARY_PATH
28 if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
29 @@ -743,8 +741,8 @@ pkg_preinst() {
30 }
31
32 pkg_postinst() {
33 - gnome2_icon_cache_update
34 xdg_desktop_database_update
35 + xdg_icon_cache_update
36
37 if ! use gmp-autoupdate && ! use eme-free ; then
38 elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
39 @@ -763,6 +761,6 @@ pkg_postinst() {
40 }
41
42 pkg_postrm() {
43 - gnome2_icon_cache_update
44 xdg_desktop_database_update
45 + xdg_icon_cache_update
46 }