diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-07-07 17:30:15 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-07-07 17:30:15 +0300 |
commit | c89206b88338218fcfd234e0977940c24e526ae6 (patch) | |
tree | 644f45c31c7a241178691ab5a57870d1643ff788 /sci-chemistry | |
parent | app-emulation/docker-compose: Remove old (diff) | |
download | gentoo-c89206b88338218fcfd234e0977940c24e526ae6.tar.gz gentoo-c89206b88338218fcfd234e0977940c24e526ae6.tar.bz2 gentoo-c89206b88338218fcfd234e0977940c24e526ae6.zip |
sci-chemistry/gromacs: Add missing dep for docs
GROMACS need graphviz to build doc
Closes: https://bugs.gentoo.org/688074
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.2.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.3.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2019.2.ebuild b/sci-chemistry/gromacs/gromacs-2019.2.ebuild index df6c7eaf37ff..c9f7d29c5910 100644 --- a/sci-chemistry/gromacs/gromacs-2019.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.2.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick diff --git a/sci-chemistry/gromacs/gromacs-2019.3.ebuild b/sci-chemistry/gromacs/gromacs-2019.3.ebuild index dc5c8185316e..86219e6146cd 100644 --- a/sci-chemistry/gromacs/gromacs-2019.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.3.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild index dc5c8185316e..86219e6146cd 100644 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick |