handle most package renames
This commit is contained in:
parent
ebe952671e
commit
e463189d82
@ -61,7 +61,7 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? ( app-text/doxygen )
|
||||
test? ( dev-util/cppunit )
|
||||
"
|
||||
PATCHES=(
|
||||
|
@ -164,14 +164,14 @@ DEPEND="
|
||||
virtual/libcrypt:=
|
||||
"
|
||||
|
||||
BDEPEND=">=sys-devel/autoconf-2.69-r5
|
||||
BDEPEND=">=dev-build/autoconf-2.69-r5
|
||||
virtual/pkgconfig
|
||||
>=virtual/rust-1.70
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/argparse-manpage[${PYTHON_USEDEP}]
|
||||
')
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? ( app-text/doxygen )
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -89,7 +89,7 @@ BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? ( app-text/doxygen )
|
||||
man? (
|
||||
app-text/docbook-xml-dtd:4.4
|
||||
>=dev-libs/libxslt-1.1.26
|
||||
|
Loading…
Reference in New Issue
Block a user