commit: c2d08eb82410e1d0d832d0d3c432c06fa0ca836d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 30 13:04:19 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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 )
"