From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id EA9E13858410 for ; Fri, 17 Dec 2021 19:19:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EA9E13858410 Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-590-6xYGxYa8NoyCb-ljw-jzKQ-1; Fri, 17 Dec 2021 14:19:18 -0500 X-MC-Unique: 6xYGxYa8NoyCb-ljw-jzKQ-1 Received: by mail-wm1-f69.google.com with SMTP id l34-20020a05600c1d2200b00344d34754e4so3363641wms.7 for ; Fri, 17 Dec 2021 11:19:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version :content-transfer-encoding; bh=TizsquEk39S1ZvM+182QyPkxuJ5Y8dQttg8E8nDux3U=; b=pOx3gAp85clp0ewrxALCyt7TYJTsgjIBfU9NLzNt09xuz+JcRmbIFr8NxltN7Pozlk r0PRxZbF/DRcsdUhL0Pi6YfAQubVQoAY/qJw89FZLyPreagu7MDQSMaY8B98Th0s2TNt z6c4F3stHmJDglrl/P4uk68R8wWgHik7hFp9YJBndorQl6Vz0PHGedWghUFpkA6F8Klx +hlUj4sn5w48d7rlSqpfXpgJBKA6wmVLdxSvqw4vzTNosRVWZJuxfrZniHezcENem6PJ rZfb9BInxEevXTtig4zXn3/9BpJP3MvKeJ1xEJdNNOyEu74gB4BhFu3dU3QuzPH+ZRiG L7Cw== X-Gm-Message-State: AOAM532STxagsKY6MtGt0nm1sW8H6cJYQdtUrIO8K7L3dAGBxFXAWroH Tb800EejRmO66qT7y6ZEcwWhTKFessM+0angP4OQMur0cwGn8exo3CFSFV5+TiYfjCjQtm7fMJD cTrLcBNcRZo7A/Vn4eqbR X-Received: by 2002:a5d:64ac:: with SMTP id m12mr3582218wrp.320.1639768757132; Fri, 17 Dec 2021 11:19:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJyc7MV5z7UAsVhpNznFwKN4GTWCCwNRZAcFga7tGbCu+y9ohascPoL2QJ85B2IO4kMxZHkJpQ== X-Received: by 2002:a5d:64ac:: with SMTP id m12mr3582206wrp.320.1639768756912; Fri, 17 Dec 2021 11:19:16 -0800 (PST) Received: from localhost ([88.120.130.27]) by smtp.gmail.com with ESMTPSA id a198sm7968457wmd.42.2021.12.17.11.19.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Dec 2021 11:19:16 -0800 (PST) Received: by localhost (Postfix, from userid 1000) id 0ABA8581C30; Fri, 17 Dec 2021 20:10:08 +0100 (CET) From: Dodji Seketeli To: Thomas Schwinge Cc: libabigail@sourceware.org, Dodji Seketeli Subject: Re: [PATCH] configure: Tune fedabipkgdiff dependencies detection Organization: Me, myself and I References: <20211211181852.959428-1-thomas@codesourcery.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Fri, 17 Dec 2021 20:10:07 +0100 In-Reply-To: <20211211181852.959428-1-thomas@codesourcery.com> (Thomas Schwinge's message of "Sat, 11 Dec 2021 19:18:52 +0100") Message-ID: <87czlv9hf4.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2021 19:19:22 -0000 Thomas Schwinge a =C3=A9crit: [...] > Signed-off-by: Thomas Schwinge Applied to master using "git am -p0", thanks! Cheers, [...] --=20 =09=09Dodji