From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56919) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGh6J-00012d-8U for guix-patches@gnu.org; Tue, 24 Mar 2020 06:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGh6I-0006TK-9m for guix-patches@gnu.org; Tue, 24 Mar 2020 06:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47981) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGh6I-0006T1-6E for guix-patches@gnu.org; Tue, 24 Mar 2020 06:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGh6I-0003fq-3o for guix-patches@gnu.org; Tue, 24 Mar 2020 06:48:02 -0400 Subject: [bug#40204] [PATCH] gnu: xkbcomp: update to 1.4.3 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56755) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGh5u-0000gM-63 for guix-patches@gnu.org; Tue, 24 Mar 2020 06:47:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGh5t-0006HL-9l for guix-patches@gnu.org; Tue, 24 Mar 2020 06:47:38 -0400 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:35803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGh5t-0006Gr-1L for guix-patches@gnu.org; Tue, 24 Mar 2020 06:47:37 -0400 Received: by mail-wm1-x341.google.com with SMTP id m3so2900441wmi.0 for ; Tue, 24 Mar 2020 03:47:36 -0700 (PDT) References: <87imiua42o.fsf@rohleder.de> From: Mathieu Othacehe In-reply-to: <87imiua42o.fsf@rohleder.de> Date: Tue, 24 Mar 2020 11:47:34 +0100 Message-ID: <87h7yeni61.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40204@debbugs.gnu.org Hello Michael, While your patch LGTM, running: --8<---------------cut here---------------start------------->8--- guix refresh -l xkbcomp --8<---------------cut here---------------end--------------->8--- you'll see that it triggers too much rebuilds to be pushed on master. Could you rebase it on core-updates and see if it works? Thanks, Mathieu