mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/hamlib: Fix missing build dep for USE=doc
Closes: https://bugs.gentoo.org/828107 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -31,7 +31,8 @@ DEPEND=" ${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
dev-lang/swig
|
||||
>=sys-devel/libtool-2.2
|
||||
doc? ( app-doc/doxygen )"
|
||||
doc? ( app-doc/doxygen
|
||||
dev-util/source-highlight )"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
|
||||
@@ -31,7 +31,8 @@ DEPEND=" ${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
dev-lang/swig
|
||||
>=sys-devel/libtool-2.2
|
||||
doc? ( app-doc/doxygen )"
|
||||
doc? ( app-doc/doxygen
|
||||
dev-util/source-highlight )"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user