dev-cpp/mastodonpp: Fix doxygen dependency.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-11-17 04:59:48 +01:00
parent 141b7c6f3e
commit fd6259719a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ IUSE="doc examples test"
RDEPEND=">=net-misc/curl-7.56.0[ssl]"
DEPEND="${RDEPEND}
>=dev-util/cmake-3.9"
BDEPEND="doc? ( app-doc/doxygen )
BDEPEND="doc? ( app-doc/doxygen[dot] )
test? ( dev-cpp/catch )"
RESTRICT="!test? ( test )"

View File

@ -28,7 +28,7 @@ DEPEND="
>=dev-util/cmake-3.9
"
BDEPEND="
doc? ( app-doc/doxygen )
doc? ( app-doc/doxygen[dot] )
test? ( dev-cpp/catch )
"

View File

@ -28,7 +28,7 @@ DEPEND="
>=dev-util/cmake-3.9
"
BDEPEND="
doc? ( app-doc/doxygen )
doc? ( app-doc/doxygen[dot] )
test? ( dev-cpp/catch )
"