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 2FC341581EE for ; Fri, 21 Mar 2025 19:05:09 +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 17B8434306B for ; Fri, 21 Mar 2025 19:05:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 196D21104AB; Fri, 21 Mar 2025 19:05:08 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1380A1104AB for ; Fri, 21 Mar 2025 19:05:07 +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 B73E734306B for ; Fri, 21 Mar 2025 19:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50F701C96 for ; Fri, 21 Mar 2025 19:05:06 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1742583902.2d40b48428a5060481ec5a3ddaa9a002d07ce129.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 2d40b48428a5060481ec5a3ddaa9a002d07ce129 X-VCS-Branch: dev Date: Fri, 21 Mar 2025 19:05:06 +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: f5af7246-9a84-4f40-88e5-93b1c5863c84 X-Archives-Hash: 53a96c8b4b0641d4b67316517d025bcc commit: 2d40b48428a5060481ec5a3ddaa9a002d07ce129 Author: Denis Reva gmail com> AuthorDate: Fri Mar 21 19:04:50 2025 +0000 Commit: Denis Reva 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 "