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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACDAB1382C5 for ; Tue, 27 Apr 2021 23:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC27E086A; Tue, 27 Apr 2021 23:24:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C85C1E086A for ; Tue, 27 Apr 2021 23:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 081D93410C4 for ; Tue, 27 Apr 2021 23:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D35730 for ; Tue, 27 Apr 2021 23:24:19 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619512481.ce90ec0a4c44bc2701254d48c25866dbfb84aeba.telans@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.5.4-r1.ebuild sys-fs/dwarfs/dwarfs-0.5.4.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: ce90ec0a4c44bc2701254d48c25866dbfb84aeba X-VCS-Branch: master Date: Tue, 27 Apr 2021 23:24:19 +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: 48154bb9-7284-4631-9377-5c39a15fc21d X-Archives-Hash: 97fa00f6222bd277f0888ed6de3b3530 commit: ce90ec0a4c44bc2701254d48c25866dbfb84aeba Author: Denis Reva gmail com> AuthorDate: Tue Apr 27 08:34:28 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Apr 27 08:34:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce90ec0a sys-fs/dwarfs: attempting to fix https://bugs.gentoo.org/785973 It seems like it requires static-libs for xz-utils Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Denis Reva gmail.com> sys-fs/dwarfs/{dwarfs-0.5.4.ebuild => dwarfs-0.5.4-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild similarity index 95% rename from sys-fs/dwarfs/dwarfs-0.5.4.ebuild rename to sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild index 66cd9fb76..5ef7363bd 100644 --- a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} app-arch/libarchive app-arch/zstd app-arch/lz4 - app-arch/xz-utils + app-arch/xz-utils[static-libs] app-arch/snappy dev-cpp/sparsehash dev-cpp/gflags @@ -86,6 +86,7 @@ src_install(){ } pkg_postinst(){ + elog "Suggest to enable USE 'threads' globally if you have multicore machine" elog "Since version 0.4.1 GGC builds has been fixed. Now both Clang and GCC are working very well" elog "You may find more information in the" elog "${HOMEPAGE}"