dev-cpp/mastodonpp: Fix doxygen dependency.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
141b7c6f3e
commit
fd6259719a
|
@ -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 )"
|
||||
|
|
|
@ -28,7 +28,7 @@ DEPEND="
|
|||
>=dev-util/cmake-3.9
|
||||
"
|
||||
BDEPEND="
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? ( app-doc/doxygen[dot] )
|
||||
test? ( dev-cpp/catch )
|
||||
"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ DEPEND="
|
|||
>=dev-util/cmake-3.9
|
||||
"
|
||||
BDEPEND="
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? ( app-doc/doxygen[dot] )
|
||||
test? ( dev-cpp/catch )
|
||||
"
|
||||
|
||||
|
|
Reference in New Issue
Block a user