commit: cbfb93682e2c96c8189bee787f46012edf5ca8dc Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 10:43:33 2025 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 10:44:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfb9368
sci-chemistry/gromacs: sphinx and Co now needed for building man pages Closes: https://bugs.gentoo.org/949320 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-chemistry/gromacs/gromacs-2025.0.ebuild | 4 +--- sci-chemistry/gromacs/gromacs-2025.9999.ebuild | 4 +--- sci-chemistry/gromacs/gromacs-9999.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2025.0.ebuild b/sci-chemistry/gromacs/gromacs-2025.0.ebuild index e829adc6590f..ea299e483a56 100644 --- a/sci-chemistry/gromacs/gromacs-2025.0.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.0.ebuild @@ -63,15 +63,13 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) - doc? ( - $(python_gen_cond_dep ' + $(python_gen_cond_dep ' dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-copybutton[${PYTHON_USEDEP}] dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] dev-python/sphinx-argparse[${PYTHON_USEDEP}] dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] ') - ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild index e829adc6590f..ea299e483a56 100644 --- a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild @@ -63,15 +63,13 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) - doc? ( - $(python_gen_cond_dep ' + $(python_gen_cond_dep ' dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-copybutton[${PYTHON_USEDEP}] dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] dev-python/sphinx-argparse[${PYTHON_USEDEP}] dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] ') - ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index eb3dd80c5f84..834cbde74d22 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -64,15 +64,13 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) - doc? ( - $(python_gen_cond_dep ' + $(python_gen_cond_dep ' dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-copybutton[${PYTHON_USEDEP}] dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] dev-python/sphinx-argparse[${PYTHON_USEDEP}] dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] ') - ) build-manual? ( app-text/doxygen $(python_gen_cond_dep '
