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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FEB51580FD for ; Thu, 26 Dec 2024 09:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68B06E0798; Thu, 26 Dec 2024 09:57:30 +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 4D060E0798 for ; Thu, 26 Dec 2024 09:57:30 +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 65C9133BDFF for ; Thu, 26 Dec 2024 09:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03BB5AF5 for ; Thu, 26 Dec 2024 09:57:28 +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: <1735206792.c94f85bf2ba02135d14b339824e96be4be832ee9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libkdumpfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libkdumpfile/libkdumpfile-0.5.5-r1.ebuild dev-libs/libkdumpfile/libkdumpfile-0.5.5.ebuild X-VCS-Directories: dev-libs/libkdumpfile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c94f85bf2ba02135d14b339824e96be4be832ee9 X-VCS-Branch: master Date: Thu, 26 Dec 2024 09:57:28 +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: 2feede01-c1f1-405a-a690-be4ee908b5b8 X-Archives-Hash: 9ba555d66bcdf1785ef0877f934f3ab4 commit: c94f85bf2ba02135d14b339824e96be4be832ee9 Author: Sam James gentoo org> AuthorDate: Thu Dec 26 08:58:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 26 09:53:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f85bf dev-libs/libkdumpfile: add binutils-libs dep to 0.5.5 I forgot this depsite doing the patch for the header... Signed-off-by: Sam James gentoo.org> .../{libkdumpfile-0.5.5.ebuild => libkdumpfile-0.5.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libkdumpfile/libkdumpfile-0.5.5.ebuild b/dev-libs/libkdumpfile/libkdumpfile-0.5.5-r1.ebuild similarity index 97% rename from dev-libs/libkdumpfile/libkdumpfile-0.5.5.ebuild rename to dev-libs/libkdumpfile/libkdumpfile-0.5.5-r1.ebuild index 08115cc199a3..bb8034001c93 100644 --- a/dev-libs/libkdumpfile/libkdumpfile-0.5.5.ebuild +++ b/dev-libs/libkdumpfile/libkdumpfile-0.5.5-r1.ebuild @@ -13,6 +13,7 @@ KEYWORDS="~amd64" IUSE="lzo snappy zlib zstd" DEPEND=" + sys-libs/binutils-libs:= lzo? ( dev-libs/lzo ) snappy? ( app-arch/snappy:= ) zlib? ( sys-libs/zlib )