handle most package renames

This commit is contained in:
Robert Förster 2024-01-15 23:11:23 +01:00
parent ebe952671e
commit e463189d82
3 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ RDEPEND="
DEPEND=" DEPEND="
${RDEPEND} ${RDEPEND}
doc? ( app-doc/doxygen ) doc? ( app-text/doxygen )
test? ( dev-util/cppunit ) test? ( dev-util/cppunit )
" "
PATCHES=( PATCHES=(

View File

@ -164,14 +164,14 @@ DEPEND="
virtual/libcrypt:= virtual/libcrypt:=
" "
BDEPEND=">=sys-devel/autoconf-2.69-r5 BDEPEND=">=dev-build/autoconf-2.69-r5
virtual/pkgconfig virtual/pkgconfig
>=virtual/rust-1.70 >=virtual/rust-1.70
${PYTHON_DEPS} ${PYTHON_DEPS}
$(python_gen_cond_dep ' $(python_gen_cond_dep '
dev-python/argparse-manpage[${PYTHON_USEDEP}] dev-python/argparse-manpage[${PYTHON_USEDEP}]
') ')
doc? ( app-doc/doxygen ) doc? ( app-text/doxygen )
test? ( dev-util/cmocka ) test? ( dev-util/cmocka )
" "

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -89,7 +89,7 @@ BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]
') ')
) )
doc? ( app-doc/doxygen ) doc? ( app-text/doxygen )
man? ( man? (
app-text/docbook-xml-dtd:4.4 app-text/docbook-xml-dtd:4.4
>=dev-libs/libxslt-1.1.26 >=dev-libs/libxslt-1.1.26