Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH 7/7] chromium.eclass: Remove no-longer necessary gnome2_icon_savelist call
Date: Tue, 18 Apr 2017 14:15:07
Message-Id: CAJ0EP42w-kLr2=Jrj3RTroa32zbKG9+MJgkyUAZoGC_qCPPKHA@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 7/7] chromium.eclass: Remove no-longer necessary gnome2_icon_savelist call by "Michał Górny"
1 On Mon, Apr 17, 2017 at 7:07 AM, Michał Górny <mgorny@g.o> wrote:
2 > ---
3 > eclass/chromium.eclass | 2 +-
4 > 1 file changed, 1 insertion(+), 1 deletion(-)
5 >
6 > diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass
7 > index 5f8c53cabf35..fcc02dd6e028 100644
8 > --- a/eclass/chromium.eclass
9 > +++ b/eclass/chromium.eclass
10 > @@ -120,7 +120,7 @@ chromium_remove_language_paks() {
11 > }
12 >
13 > chromium_pkg_preinst() {
14 > - gnome2_icon_savelist
15 > + :
16 > }
17 >
18 > chromium_pkg_postinst() {
19 > --
20 > 2.12.2
21
22 I last-rited this eclass back in February, so you can skip this patch.