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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52627158020 for ; Wed, 30 Nov 2022 00:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C431E08C4; Wed, 30 Nov 2022 00:50:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62149E08C4 for ; Wed, 30 Nov 2022 00:50:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60C4C340F15 for ; Wed, 30 Nov 2022 00:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85BB9757 for ; Wed, 30 Nov 2022 00:50:40 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1669769404.19b8539a020a722464de4e1d91d4db2ae1f0508b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-11.2.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 19b8539a020a722464de4e1d91d4db2ae1f0508b X-VCS-Branch: master Date: Wed, 30 Nov 2022 00:50:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b945fc6-9420-45cf-a57a-ca544250e612 X-Archives-Hash: 5db98b1f07176ff0304d664bf2e7f65b commit: 19b8539a020a722464de4e1d91d4db2ae1f0508b Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 30 00:50:04 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 30 00:50:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b8539a sys-devel/gdb: add readline 8.2 patch to gdb-11.2 too Bug: https://bugs.gentoo.org/842252 Signed-off-by: Georgy Yakovlev gentoo.org> sys-devel/gdb/gdb-11.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/gdb/gdb-11.2.ebuild b/sys-devel/gdb/gdb-11.2.ebuild index a7deb8517553..bbd5cfa1a8b3 100644 --- a/sys-devel/gdb/gdb-11.2.ebuild +++ b/sys-devel/gdb/gdb-11.2.ebuild @@ -96,6 +96,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-8.3.1-verbose-build.patch "${FILESDIR}"/${P}-glibc-2.35-fsqrt.patch + "${FILESDIR}"/${PN}-12.1-readline-8.2-build.patch ) pkg_setup() {