gr-sdrplay3: doxygen move

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 12:54:39 -05:00
parent b79aaa62db
commit 54b2b32b57
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 4 additions and 4 deletions

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
EAPI=8
@ -31,7 +31,7 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="${RDEPEND}"
BDEPEND="$(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

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
EAPI=8
@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="${RDEPEND}"
BDEPEND="$(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"