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 B46AA158042 for ; Thu, 31 Oct 2024 03:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DC19E0821; Thu, 31 Oct 2024 03:28:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52624E0805 for ; Thu, 31 Oct 2024 03:28: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DDEB34309D for ; Thu, 31 Oct 2024 03:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FC9CEA0 for ; Thu, 31 Oct 2024 03:28:27 +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: <1730345260.c12d1f7e3a42c4af5535536ca43397a5b801a354.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.192-r1.ebuild dev-libs/elfutils/elfutils-0.192.ebuild dev-libs/elfutils/elfutils-9999.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c12d1f7e3a42c4af5535536ca43397a5b801a354 X-VCS-Branch: master Date: Thu, 31 Oct 2024 03:28:27 +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: d89e6a5f-e85c-427b-8915-686570b09e14 X-Archives-Hash: 93688edb4f58c07d5c1a395e8e02d746 commit: c12d1f7e3a42c4af5535536ca43397a5b801a354 Author: Sam James gentoo org> AuthorDate: Thu Oct 31 03:26:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 31 03:27:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d1f7e dev-libs/elfutils: fix dependencies for libdebuginfod * Add dependency on json-c (multilib because it's for libdebuginfod, not just the daemon) * Add minimum dep versions for the other debuginfod deps as it makes it easier to compare with the build system then. Closes: https://bugs.gentoo.org/942508 Signed-off-by: Sam James gentoo.org> .../elfutils/{elfutils-0.192.ebuild => elfutils-0.192-r1.ebuild} | 9 +++++---- dev-libs/elfutils/elfutils-9999.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-libs/elfutils/elfutils-0.192.ebuild b/dev-libs/elfutils/elfutils-0.192-r1.ebuild similarity index 94% rename from dev-libs/elfutils/elfutils-0.192.ebuild rename to dev-libs/elfutils/elfutils-0.192-r1.ebuild index 36c17b46d209..66caa21ab476 100644 --- a/dev-libs/elfutils/elfutils-0.192.ebuild +++ b/dev-libs/elfutils/elfutils-0.192-r1.ebuild @@ -36,11 +36,11 @@ RDEPEND=" >=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}] bzip2? ( >=app-arch/bzip2-1.0.6-r4[static-libs?,${MULTILIB_USEDEP}] ) debuginfod? ( - app-arch/libarchive:= + >=app-arch/libarchive-3.1.2:= dev-db/sqlite:3= - net-libs/libmicrohttpd:= - - net-misc/curl[static-libs?,${MULTILIB_USEDEP}] + >=dev-libs/json-c-0.11:=[${MULTILIB_USEDEP}] + >=net-libs/libmicrohttpd-0.9.33:= + >=net-misc/curl-7.29.0[static-libs?,${MULTILIB_USEDEP}] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[static-libs?,${MULTILIB_USEDEP}] ) stacktrace? ( dev-util/sysprof ) @@ -99,6 +99,7 @@ multilib_src_configure() { local myeconfargs=( $(use_enable nls) $(multilib_native_use_enable debuginfod) + # Could do dummy if needed? $(use_enable debuginfod libdebuginfod) $(multilib_native_use_enable stacktrace) $(use_enable valgrind valgrind-annotations) diff --git a/dev-libs/elfutils/elfutils-9999.ebuild b/dev-libs/elfutils/elfutils-9999.ebuild index 84b6120da8b2..be39e698ca36 100644 --- a/dev-libs/elfutils/elfutils-9999.ebuild +++ b/dev-libs/elfutils/elfutils-9999.ebuild @@ -36,11 +36,11 @@ RDEPEND=" >=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}] bzip2? ( >=app-arch/bzip2-1.0.6-r4[static-libs?,${MULTILIB_USEDEP}] ) debuginfod? ( - app-arch/libarchive:= + >=app-arch/libarchive-3.1.2:= dev-db/sqlite:3= - net-libs/libmicrohttpd:= - - net-misc/curl[static-libs?,${MULTILIB_USEDEP}] + >=dev-libs/json-c-0.11:=[${MULTILIB_USEDEP}] + >=net-libs/libmicrohttpd-0.9.33:= + >=net-misc/curl-7.29.0[static-libs?,${MULTILIB_USEDEP}] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[static-libs?,${MULTILIB_USEDEP}] ) stacktrace? ( dev-util/sysprof )