From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BCD6139694 for ; Tue, 18 Apr 2017 14:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC97E0E20; Tue, 18 Apr 2017 14:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D3F7E0E18 for ; Tue, 18 Apr 2017 14:14:58 +0000 (UTC) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 818673416AA for ; Tue, 18 Apr 2017 14:14:57 +0000 (UTC) Received: by mail-io0-f178.google.com with SMTP id o22so71119448iod.3 for ; Tue, 18 Apr 2017 07:14:57 -0700 (PDT) X-Gm-Message-State: AN3rC/6BU8bt2hXAfgMInkBf2fLnfMGRhXJaIonsJGhjkVqkJaQYireY 6T3nmsIdYwWAo4vxrmZD/t6IoWCb3g== X-Received: by 10.107.10.13 with SMTP id u13mr13174311ioi.16.1492524895499; Tue, 18 Apr 2017 07:14:55 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.19.87 with HTTP; Tue, 18 Apr 2017 07:14:35 -0700 (PDT) In-Reply-To: <20170417110747.16196-7-mgorny@gentoo.org> References: <20170417110747.16196-1-mgorny@gentoo.org> <20170417110747.16196-7-mgorny@gentoo.org> From: Mike Gilbert Date: Tue, 18 Apr 2017 10:14:35 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH 7/7] chromium.eclass: Remove no-longer necessary gnome2_icon_savelist call To: Gentoo Dev Cc: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5b1d02b9-b02a-43e0-915f-e18290311b82 X-Archives-Hash: d115c7fd603530bb7802c961e6e46768 On Mon, Apr 17, 2017 at 7:07 AM, Micha=C5=82 G=C3=B3rny = wrote: > --- > eclass/chromium.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass > index 5f8c53cabf35..fcc02dd6e028 100644 > --- a/eclass/chromium.eclass > +++ b/eclass/chromium.eclass > @@ -120,7 +120,7 @@ chromium_remove_language_paks() { > } > > chromium_pkg_preinst() { > - gnome2_icon_savelist > + : > } > > chromium_pkg_postinst() { > -- > 2.12.2 I last-rited this eclass back in February, so you can skip this patch.