mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-fs/dwarfs: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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 ) )
|
||||
sys-devel/bison
|
||||
virtual/pkgconfig
|
||||
dev-util/patchelf
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/ronn-ng )
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user