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 E3553158451 for ; Sun, 14 Jan 2024 04:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1869FE2A13; Sun, 14 Jan 2024 04:53:40 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EB90AE2A13 for ; Sun, 14 Jan 2024 04:53:39 +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 102083431F5 for ; Sun, 14 Jan 2024 04:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FF8B14BD for ; Sun, 14 Jan 2024 04:53:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705207983.3a26074b4467bce0da41beaaa65447bd32e89548.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gef/gef-2024.01.ebuild X-VCS-Directories: dev-util/gef/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a26074b4467bce0da41beaaa65447bd32e89548 X-VCS-Branch: master Date: Sun, 14 Jan 2024 04:53:36 +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: 2b67f920-7e9b-4d36-beca-4cabd5612ff0 X-Archives-Hash: c4ae80fe8ffe3cf2325f029f745928a0 commit: 3a26074b4467bce0da41beaaa65447bd32e89548 Author: Sam James gentoo org> AuthorDate: Sun Jan 14 04:53:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 14 04:53:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a26074b dev-util/gef: fixup for gdb rename Signed-off-by: Sam James gentoo.org> dev-util/gef/gef-2024.01.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gef/gef-2024.01.ebuild b/dev-util/gef/gef-2024.01.ebuild index 5af9582375b5..e9aa51550300 100644 --- a/dev-util/gef/gef-2024.01.ebuild +++ b/dev-util/gef/gef-2024.01.ebuild @@ -33,7 +33,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} dev-util/ropper[${PYTHON_SINGLE_USEDEP}] - sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] + dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' dev-libs/capstone[python,${PYTHON_USEDEP}] dev-libs/keystone[python,${PYTHON_USEDEP}]