diff options
Diffstat (limited to 'games-engines')
3 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild index 357407d28..21d7d73ee 100644 --- a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild +++ b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild @@ -36,7 +36,7 @@ DEPEND=" dev-ruby/asciidoctor - doc? ( app-doc/doxygen ) + doc? ( app-text/doxygen ) " RDEPEND="${DEPEND}" diff --git a/games-engines/easyrpg-player/easyrpg-player-0.8-r1.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.8-r1.ebuild index 00866eaba..c47c12f85 100644 --- a/games-engines/easyrpg-player/easyrpg-player-0.8-r1.ebuild +++ b/games-engines/easyrpg-player/easyrpg-player-0.8-r1.ebuild @@ -104,7 +104,7 @@ RDEPEND="${DEPEND} " BDEPEND="virtual/pkgconfig doc? ( - app-doc/doxygen + app-text/doxygen media-gfx/graphviz[svg] ) " diff --git a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild index 1f3495a7b..b8a90d388 100644 --- a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild +++ b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild @@ -103,7 +103,7 @@ RDEPEND="${DEPEND} " BDEPEND="virtual/pkgconfig doc? ( - app-doc/doxygen + app-text/doxygen media-gfx/graphviz[svg] ) " |