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 D47871581EE for ; Mon, 24 Mar 2025 09:51:43 +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 BE74B34350D for ; Mon, 24 Mar 2025 09:51:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D6B01104B1; Mon, 24 Mar 2025 09:51:32 +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 346491104B1 for ; Mon, 24 Mar 2025 09:51:32 +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 E783834351B for ; Mon, 24 Mar 2025 09:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EDA328A8 for ; Mon, 24 Mar 2025 09:51:29 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1742583902.2d40b48428a5060481ec5a3ddaa9a002d07ce129.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/dwarfs/dwarfs-0.11.2-r1.ebuild sys-fs/dwarfs/dwarfs-0.11.2.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2d40b48428a5060481ec5a3ddaa9a002d07ce129 X-VCS-Branch: master Date: Mon, 24 Mar 2025 09:51:29 +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: 58a1cb38-efdd-4311-805e-7da9e9cad3c5 X-Archives-Hash: 182abbf3391ba093f62a0cf4ac9e06ea commit: 2d40b48428a5060481ec5a3ddaa9a002d07ce129 Author: Denis Reva gmail com> AuthorDate: Fri Mar 21 19:04:50 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Mar 21 19:05:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d40b484 sys-fs/dwarfs: add missing openssl dependency see also: https://github.com/mhx/dwarfs/issues/254 see also: https://bugs.gentoo.org/951705 Closes: https://bugs.gentoo.org/951705 Signed-off-by: Denis Reva gmail.com> sys-fs/dwarfs/{dwarfs-0.11.2.ebuild => dwarfs-0.11.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/dwarfs/dwarfs-0.11.2.ebuild b/sys-fs/dwarfs/dwarfs-0.11.2-r1.ebuild similarity index 99% rename from sys-fs/dwarfs/dwarfs-0.11.2.ebuild rename to sys-fs/dwarfs/dwarfs-0.11.2-r1.ebuild index 105cc7c93..f0d3b740f 100644 --- a/sys-fs/dwarfs/dwarfs-0.11.2.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.11.2-r1.ebuild @@ -39,6 +39,7 @@ RDEPEND=" test? ( >=dev-cpp/gtest-1.15.2 ) >=dev-cpp/range-v3-0.12.0 dev-libs/date + >=dev-libs/openssl-1.1 dev-cpp/nlohmann_json "