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 3FFA415808B for ; Wed, 14 Feb 2024 16:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E993E2A41; Wed, 14 Feb 2024 16:02:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22C70E2A41 for ; Wed, 14 Feb 2024 16:02:02 +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 6C3A834309E for ; Wed, 14 Feb 2024 16:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84C4214D4 for ; Wed, 14 Feb 2024 16:01:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1707922824.0916b1ead2f425f044556926402a59b7839a5722.andrewammerlaan@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.9.5-r1.ebuild sys-fs/dwarfs/dwarfs-0.9.5.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0916b1ead2f425f044556926402a59b7839a5722 X-VCS-Branch: master Date: Wed, 14 Feb 2024 16:01:58 +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: 41c5147a-a3df-4796-a57b-d233e1d39d80 X-Archives-Hash: 24edb1c721339df704b139a1bfad6cf3 commit: 0916b1ead2f425f044556926402a59b7839a5722 Author: Denis Reva gmail com> AuthorDate: Wed Feb 14 15:00:24 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Feb 14 15:00:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0916b1ea sys-fs/dwarfs: Fixed tests Closes: https://bugs.gentoo.org/924462 Signed-off-by: Denis Reva gmail.com> sys-fs/dwarfs/{dwarfs-0.9.5.ebuild => dwarfs-0.9.5-r1.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-fs/dwarfs/dwarfs-0.9.5.ebuild b/sys-fs/dwarfs/dwarfs-0.9.5-r1.ebuild similarity index 96% rename from sys-fs/dwarfs/dwarfs-0.9.5.ebuild rename to sys-fs/dwarfs/dwarfs-0.9.5-r1.ebuild index 1710d825eb..533766758b 100644 --- a/sys-fs/dwarfs/dwarfs-0.9.5.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.9.5-r1.ebuild @@ -14,11 +14,12 @@ SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="+jemalloc test man" #Tests is broken at this moment +IUSE="+jemalloc test man" #Tests is broken at this moment # See https://github.com/mhx/dwarfs/issues/194 S="${WORKDIR}/dwarfs-${PV}" RDEPEND=" + app-arch/brotli app-arch/libarchive app-arch/lz4 app-arch/snappy @@ -35,15 +36,16 @@ RDEPEND=" dev-libs/libfmt dev-libs/utfcpp dev-libs/xxhash - sys-fs/fuse:3 dev-libs/fsst + media-libs/flac + sys-fs/fuse:3 sys-libs/binutils-libs - sys-libs/libunwind sys-libs/zlib jemalloc? ( >=dev-libs/jemalloc-5.3.0-r1 ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + sys-libs/libunwind" BDEPEND=" ${PYTHON_DEPS} dev-util/patchelf