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 4637B158B20 for ; Thu, 06 Feb 2025 01:12:53 +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 2D74033FEF1 for ; Thu, 06 Feb 2025 01:12:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30FCC1103CB; Thu, 06 Feb 2025 01:12:52 +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 25EF21103CB for ; Thu, 06 Feb 2025 01:12:52 +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 CBC3F33FEF1 for ; Thu, 06 Feb 2025 01:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D732293 for ; Thu, 06 Feb 2025 01:12:50 +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: <1738804345.d7b2e12f6be8a50d2d2e01d936d9097a3f9aa036.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/gef/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/gef/gef-9999.ebuild X-VCS-Directories: dev-debug/gef/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7b2e12f6be8a50d2d2e01d936d9097a3f9aa036 X-VCS-Branch: master Date: Thu, 06 Feb 2025 01:12:50 +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: 115a8c27-6bb1-43cd-995b-210d2466d185 X-Archives-Hash: 60ba781fcf20cdd4718daf135af7ef92 commit: d7b2e12f6be8a50d2d2e01d936d9097a3f9aa036 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Jan 15 21:45:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 6 01:12:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b2e12f dev-debug/gef: sync live Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-debug/gef/gef-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/gef/gef-9999.ebuild b/dev-debug/gef/gef-9999.ebuild index 4dc004439e56..7e4f9cae82bd 100644 --- a/dev-debug/gef/gef-9999.ebuild +++ b/dev-debug/gef/gef-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,8 +32,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] dev-util/ropper[${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}]