From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D2EF1582EF for ; Mon, 10 Feb 2025 13:28:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4290A34317A for ; Mon, 10 Feb 2025 13:28:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7F61F110477; Mon, 10 Feb 2025 13:28:11 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 70EBB110475 for ; Mon, 10 Feb 2025 13:28:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B769343096 for ; Mon, 10 Feb 2025 13:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F1F278E for ; Mon, 10 Feb 2025 13:28:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1739194083.51bebcfaeee801017df6acc85159bfd95febb383.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gdb-pt-dump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild X-VCS-Directories: dev-python/gdb-pt-dump/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 51bebcfaeee801017df6acc85159bfd95febb383 X-VCS-Branch: master Date: Mon, 10 Feb 2025 13:28:08 +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: c91e62ed-027b-43c5-8979-45254214f539 X-Archives-Hash: f1a24c35a6cff02b3d75bc55551edc24 commit: 51bebcfaeee801017df6acc85159bfd95febb383 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Jan 6 17:22:57 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 10 13:28:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bebcfa dev-python/gdb-pt-dump: sync live Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40016 Signed-off-by: Joonas Niilola gentoo.org> dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild index 7cd8fe076032..0b067e6d51ae 100644 --- a/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ inherit distutils-r1 DESCRIPTION="Examine the address space of a QEMU-based virtual machine" HOMEPAGE="https://github.com/martinradev/gdb-pt-dump" -GDB_PT_DUMP_COMMIT="89ea252f6efc5d75eacca16fc17ff8966a389690" +GDB_PT_DUMP_COMMIT="7ccdd8bb35762d24386990ba91e43da234fe7437" if [[ ${PV} == 9999 ]] ; then inherit git-r3