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 355931382C5 for ; Thu, 29 Apr 2021 08:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF00E088F; Thu, 29 Apr 2021 08:23:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 68DE9E088F for ; Thu, 29 Apr 2021 08:23:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB7E13410DC for ; Thu, 29 Apr 2021 08:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345ED77E for ; Thu, 29 Apr 2021 08:23:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1619666695.6198c44d202d11475f40a938ea5c56a075d09ea9.mgorny@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-r3.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6198c44d202d11475f40a938ea5c56a075d09ea9 X-VCS-Branch: master Date: Thu, 29 Apr 2021 08:23:31 +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: 51e2658a-c0e9-4314-8f28-3989d7e364e0 X-Archives-Hash: 896aa0ff7b10d95a89e6c81d079236f1 commit: 6198c44d202d11475f40a938ea5c56a075d09ea9 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 29 03:24:26 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 29 03:24:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6198c44d sys-fs/dwarfs: depend on fsst Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild index fb546ce27..8c35e1298 100644 --- a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild @@ -21,6 +21,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" PATCHES=( "${WORKDIR}/unbundle-folly-fbthrift.patch" ) +#TODO: unbundle libfsst RDEPEND=" ${PYTHON_DEPS} @@ -36,6 +37,7 @@ RDEPEND=" dev-cpp/sparsehash dev-libs/boost[context,threads,python?] dev-libs/double-conversion + dev-libs/fsst:= dev-libs/libevent dev-libs/libfmt dev-libs/xxhash @@ -91,8 +93,7 @@ src_configure(){ src_install(){ cmake_src_install - #TODO: unbundle libfsst - dolib.so libdwarfs.so libfsst.so + dolib.so libdwarfs.so } pkg_postinst(){