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 0B4B213835A for ; Tue, 8 Dec 2020 14:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E954E08A0; Tue, 8 Dec 2020 14:25:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 25E1FE08A0 for ; Tue, 8 Dec 2020 14:25:56 +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 26343340BC9 for ; Tue, 8 Dec 2020 14:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7444F486 for ; Tue, 8 Dec 2020 14:25:52 +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: <1607412494.50fe719866a2455b1d22d4d0610bef98ed379689.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.2.3-r1.ebuild sys-fs/dwarfs/dwarfs-0.2.3-r2.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 50fe719866a2455b1d22d4d0610bef98ed379689 X-VCS-Branch: master Date: Tue, 8 Dec 2020 14:25:52 +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: 15e4d891-4a45-4b8f-a209-f0c27cb12464 X-Archives-Hash: 80c530c434e7d05cd52c50b14b89a3fe commit: 50fe719866a2455b1d22d4d0610bef98ed379689 Author: Denis Reva gmail com> AuthorDate: Tue Dec 8 07:28:14 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Dec 8 07:28:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50fe7198 sys-fs/dwarfs: added ~arm64, improve dependencies I have added ~arm64 keyword since #758008 fixed Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Denis Reva gmail.com> ...arfs-0.2.3-r1.ebuild => dwarfs-0.2.3-r2.ebuild} | 25 +++++++--------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild b/sys-fs/dwarfs/dwarfs-0.2.3-r2.ebuild similarity index 89% rename from sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild rename to sys-fs/dwarfs/dwarfs-0.2.3-r2.ebuild index 236e19ac..050f3888 100644 --- a/sys-fs/dwarfs/dwarfs-0.2.3-r1.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.2.3-r2.ebuild @@ -17,34 +17,25 @@ SRC_URI="https://github.com/mhx/dwarfs/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" -DEPEND="app-arch/zstd - app-arch/lz4 - app-arch/xz-utils - app-arch/snappy - dev-libs/boost[context,threads] +DEPEND="sys-devel/flex + sys-devel/binutils:*" +RDEPEND="dev-libs/boost[context,threads] dev-libs/double-conversion dev-libs/libfmt dev-libs/libevent - dev-cpp/gflags - dev-cpp/glog[gflags] - dev-cpp/sparsehash - sys-libs/binutils-libs - sys-libs/libunwind - sys-fs/fuse:3 - sys-devel/flex - sys-devel/binutils:* - sys-libs/zlib" -RDEPEND="dev-libs/boost[context,threads] - dev-libs/double-conversion app-arch/zstd app-arch/lz4 app-arch/xz-utils app-arch/snappy + dev-cpp/sparsehash + dev-cpp/gflags + dev-cpp/glog[gflags] sys-fs/fuse:3 sys-libs/binutils-libs + sys-libs/zlib sys-libs/libunwind" BDEPEND="app-text/ronn dev-util/cmake