*/*: move {app-doc → app-text}/doxygen

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-13 12:18:38 +09:00
parent 0a816d1c68
commit ec4d1b0c2f
52 changed files with 52 additions and 52 deletions

View File

@@ -23,7 +23,7 @@ DEPEND="
${RDEPEND}
test? ( dev-cpp/gtest )
"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
BDEPEND="doc? ( app-text/doxygen[dot] )"
src_prepare() {
sed -i 's/ -Werror)$/)/' CMakeLists.txt || die "could not remove -Werror"

View File

@@ -30,7 +30,7 @@ DEPEND="
${RDEPEND}
test? ( dev-cpp/gtest )
"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
BDEPEND="doc? ( app-text/doxygen[dot] )"
src_prepare() {
sed -i 's/ -Werror)$/)/' CMakeLists.txt || die "could not remove -Werror"