summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-20 11:41:19 +0000
committerSam James <sam@gentoo.org>2024-01-20 11:48:34 +0000
commit25e5f36cf963b6f78eea9d75b96e625cc9f4b6ea (patch)
tree4eb8a4b49f90ea2de87235a92fde317c4491d5b1 /dev-libs/gumbo
parentdev-libs/gumbo: add 0.12.1 (diff)
downloadgentoo-25e5f36cf963b6f78eea9d75b96e625cc9f4b6ea.tar.gz
gentoo-25e5f36cf963b6f78eea9d75b96e625cc9f4b6ea.tar.bz2
gentoo-25e5f36cf963b6f78eea9d75b96e625cc9f4b6ea.zip
dev-libs/gumbo: update for doxygen move
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gumbo')
-rw-r--r--dev-libs/gumbo/gumbo-0.12.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gumbo/gumbo-0.12.1.ebuild b/dev-libs/gumbo/gumbo-0.12.1.ebuild
index d9530b04ba6e..6f628ab1e141 100644
--- a/dev-libs/gumbo/gumbo-0.12.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.12.1.ebuild
@@ -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
@@ -17,7 +17,7 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
DEPEND="test? ( dev-cpp/gtest )"
-BDEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-text/doxygen )"
src_prepare() {
default