commit:     db3d9ae8dad44323e1025691aa93d1732d842f8e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:59:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:35:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3d9ae8

sci-chemistry/gromacs: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../gromacs/{gromacs-2019.5.ebuild => gromacs-2019.5-r1.ebuild}     | 4 +++-
 sci-chemistry/gromacs/gromacs-2019.9999.ebuild                      | 6 ++++--
 .../gromacs/{gromacs-2020.ebuild => gromacs-2020-r1.ebuild}         | 4 +++-
 sci-chemistry/gromacs/gromacs-2020.9999.ebuild                      | 4 +++-
 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
similarity index 99%
rename from sci-chemistry/gromacs/gromacs-2019.5.ebuild
rename to sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild
index 793ffa7a363..dab1a95179d 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 a08d3ecc902..b3fc105b550 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
similarity index 99%
rename from sci-chemistry/gromacs/gromacs-2020.ebuild
rename to sci-chemistry/gromacs/gromacs-2020-r1.ebuild
index f40242167fd..a2dcda755c8 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 f40242167fd..a2dcda755c8 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 aa6382b595a..11c545362c6 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

Reply via email to