diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-19 21:39:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-19 21:39:30 +0100 |
commit | 78df2aa7ae35e69cd91f555197f771fcd59f196c (patch) | |
tree | 74b00805c302ea46f233ca348e39733649e52840 /eclass/python-any-r1.eclass | |
parent | 3b882b15eed3bb219b5f340b63733c8cda643079 (diff) |
gentoo auto-resync : 19:08:2023 - 21:39:30
Diffstat (limited to 'eclass/python-any-r1.eclass')
-rw-r--r-- | eclass/python-any-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 4e2e12e228ad..a21df8e89498 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -221,9 +221,9 @@ unset -f _python_any_set_globals # dev-python/baz[${PYTHON_USEDEP}] )')" # # python_check_deps() { -# python_has_version "dev-python/foo[${PYTHON_SINGLE_USEDEP}]" \ -# && { python_has_version "dev-python/bar[${PYTHON_USEDEP}]" \ -# || python_has_version "dev-python/baz[${PYTHON_USEDEP}]"; } +# python_has_version "dev-python/foo[${PYTHON_SINGLE_USEDEP}]" && +# { python_has_version "dev-python/bar[${PYTHON_USEDEP}]" || +# python_has_version "dev-python/baz[${PYTHON_USEDEP}]"; } # } # @CODE # |