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 1A2753858D33 for ; Mon, 13 Feb 2023 15:02:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1A2753858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676300569; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LXX6Ry9IX4LdTlaV9Gc18WE+jX4M9bIq/8IH9a2oZWI=; b=ZQNLDe127hWGki/HyXFjNSl88hs/en/UEEI3b1+f2Srzv/gt7LLTFxVJGPN6vLMYCekeXs G2bNxSSdZHfqqV65lhwpifSgB1SClC01M0vxsgZPF5Otr1tq0he3d07vS6voVkW7oUwrsT GwrYJYKxi+DT4usxIz+KxtODadL1+Vc= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-500-NzCvdpT9NKOhtWCz_klsfA-1; Mon, 13 Feb 2023 10:02:48 -0500 X-MC-Unique: NzCvdpT9NKOhtWCz_klsfA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92E183C1023B; Mon, 13 Feb 2023 15:02:47 +0000 (UTC) Received: from [10.2.16.27] (unknown [10.2.16.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 37443C16022; Mon, 13 Feb 2023 15:02:47 +0000 (UTC) Message-ID: <6ff41dbc-784e-d8a7-d407-2a967c97e1b1@redhat.com> Date: Mon, 13 Feb 2023 07:02:46 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH] Fix doc build dependencies for --with-system-readline To: Joel Brobecker , Keith Seitz via Gdb-patches References: <20230210214224.1754620-1-keiths@redhat.com> From: Keith Seitz In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/12/23 03:36, Joel Brobecker via Gdb-patches wrote: > Thanks for the patch! > > Glad to see that Tom already approved it. When pushing it, would > you mind pushing it to the gdb-13-branch as well? I'll include > that patch in the upcoming 13.1 release. I cherry-picked this to the gdb-13-branch. Keith