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 BB6F5158091 for ; Sat, 11 Jun 2022 12:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0200BE07AE; Sat, 11 Jun 2022 12:24:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D6982E07AE for ; Sat, 11 Jun 2022 12:24:56 +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 D280034196E for ; Sat, 11 Jun 2022 12:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8A6303 for ; Sat, 11 Jun 2022 12:24:54 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1654950291.c2e2fd21e977eb5c10ef18e302ac48ef60fda8b2.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libdwarf/libdwarf-20210528-r1.ebuild dev-libs/libdwarf/libdwarf-20210528.ebuild X-VCS-Directories: dev-libs/libdwarf/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c2e2fd21e977eb5c10ef18e302ac48ef60fda8b2 X-VCS-Branch: dev Date: Sat, 11 Jun 2022 12:24:54 +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: 0798a089-d12e-4a48-abc1-84bda82e98e5 X-Archives-Hash: d73659e6b6feba4ae411f4dd6b8184f6 commit: c2e2fd21e977eb5c10ef18e302ac48ef60fda8b2 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Jun 10 23:57:58 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Jun 11 12:24:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2e2fd21 dev-libs/libdwarf: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> .../{libdwarf-20210528.ebuild => libdwarf-20210528-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libdwarf/libdwarf-20210528.ebuild b/dev-libs/libdwarf/libdwarf-20210528-r1.ebuild similarity index 94% rename from dev-libs/libdwarf/libdwarf-20210528.ebuild rename to dev-libs/libdwarf/libdwarf-20210528-r1.ebuild index 0cd0cae38..a1fdd9a05 100644 --- a/dev-libs/libdwarf/libdwarf-20210528.ebuild +++ b/dev-libs/libdwarf/libdwarf-20210528-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="The DWARF Debugging Information Format" HOMEPAGE=" @@ -17,7 +17,7 @@ IUSE="dwarfexample dwarfgen +elf global-alloc-sums namestable nonstandardprintf DEPEND=" sys-libs/zlib - elf? ( virtual/libelf ) + elf? ( virtual/libelf:= ) " RDEPEND="${DEPEND}"