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 F38D1158094 for ; Sun, 10 Jul 2022 14:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8C9E09FB; Sun, 10 Jul 2022 14:39:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1B454E09FB for ; Sun, 10 Jul 2022 14:39:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BAA6340FCA for ; Sun, 10 Jul 2022 14:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAB9152D for ; Sun, 10 Jul 2022 14:39:49 +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: <1657463982.f4c3c18e5146d3a56132cc79044d39af91bdb822.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/abi-dumper/abi-dumper-1.2.ebuild X-VCS-Directories: dev-util/abi-dumper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f4c3c18e5146d3a56132cc79044d39af91bdb822 X-VCS-Branch: master Date: Sun, 10 Jul 2022 14:39:49 +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: dce80ea2-b2ad-4eec-9249-ec00b76b18a7 X-Archives-Hash: 04cb511287d414b7bb3f2f69768b2386 commit: f4c3c18e5146d3a56132cc79044d39af91bdb822 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 14:38:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 14:39:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c3c18e dev-util/abi-dumper: EAPI 8 Signed-off-by: Sam James gentoo.org> dev-util/abi-dumper/abi-dumper-1.2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-util/abi-dumper/abi-dumper-1.2.ebuild b/dev-util/abi-dumper/abi-dumper-1.2.ebuild index 18fc227fc99e..f3750fa58542 100644 --- a/dev-util/abi-dumper/abi-dumper-1.2.ebuild +++ b/dev-util/abi-dumper/abi-dumper-1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info" HOMEPAGE="https://github.com/lvc/abi-dumper" @@ -11,10 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~riscv ~x86" -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} +RDEPEND=" dev-libs/elfutils - dev-util/vtable-dumper" + dev-util/vtable-dumper +" +BDEPEND="dev-lang/perl" src_compile() { :