diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:59:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:18 +0100 |
commit | db3d9ae8dad44323e1025691aa93d1732d842f8e (patch) | |
tree | 3f5dcdf2b51fa17ac5beac8cd7aeacb46b24e60f /sci-chemistry/gromacs | |
parent | sci-calculators/units: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-db3d9ae8dad44323e1025691aa93d1732d842f8e.tar.gz gentoo-db3d9ae8dad44323e1025691aa93d1732d842f8e.tar.bz2 gentoo-db3d9ae8dad44323e1025691aa93d1732d842f8e.zip |
sci-chemistry/gromacs: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs')
-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 |