diff options
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild (renamed from sci-chemistry/gromacs/gromacs-2019.5.ebuild) | 4 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020-r1.ebuild (renamed from sci-chemistry/gromacs/gromacs-2020.ebuild) | 4 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 4 |
5 files changed, 16 insertions, 6 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2019.5.ebuild b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild index 793ffa7a363f..dab1a95179dd 100644 --- a/sci-chemistry/gromacs/gromacs-2019.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild index a08d3ecc9027..b3fc105b550a 100644 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2020.ebuild b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild index f40242167fd7..a2dcda755c8b 100644 --- a/sci-chemistry/gromacs/gromacs-2020.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild index f40242167fd7..a2dcda755c8b 100644 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index aa6382b595a9..11c545362c66 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex |