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 6C95F158062 for ; Thu, 30 Mar 2023 13:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D74E0943; Thu, 30 Mar 2023 13:06:49 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 2B8FDE0943 for ; Thu, 30 Mar 2023 13:06:49 +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 3978D340EC9 for ; Thu, 30 Mar 2023 13:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC699EA for ; Thu, 30 Mar 2023 13:06:45 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1680181504.c2d08eb82410e1d0d832d0d3c432c06fa0ca836d.cybertailor@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.7.0_rc4.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c2d08eb82410e1d0d832d0d3c432c06fa0ca836d X-VCS-Branch: dev Date: Thu, 30 Mar 2023 13:06:45 +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: 0ede5f58-0b90-4eb0-a872-14abe3e4d60b X-Archives-Hash: bf73cb43050fa6014c26f31396b1c825 commit: c2d08eb82410e1d0d832d0d3c432c06fa0ca836d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Mar 30 13:04:19 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Mar 30 13:05:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2d08eb8 sys-fs/dwarfs: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild b/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild index 50aa83e0d..a65f4f64d 100644 --- a/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.7.0_rc4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) @@ -38,24 +38,20 @@ RDEPEND=" sys-libs/binutils-libs sys-libs/libunwind sys-libs/zlib - - jemalloc? ( >=dev-libs/jemalloc-5.3.0-r1 ) - !dev-cpp/fbthrift + !dev-cpp/fizz !dev-cpp/folly !dev-cpp/wangle - !dev-cpp/fizz + jemalloc? ( >=dev-libs/jemalloc-5.3.0-r1 ) " -DEPEND=" - ${RDEPEND} - sys-devel/flex -" +DEPEND="${RDEPEND}" BDEPEND=" - man? ( || ( app-text/ronn app-text/ronn-ng ) ) + dev-util/patchelf sys-devel/bison + sys-devel/flex virtual/pkgconfig - dev-util/patchelf + man? ( app-text/ronn-ng ) test? ( dev-cpp/gtest ) "