Skip to content

Commit

Permalink
media-libs/opencolorio: Switch to PYTHON_MULTI_USEDEP API
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 9, 2020
1 parent 9759796 commit f49922c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ RDEPEND="

DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
doc? (
$(python_gen_cond_dep '
dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
')
)"

# Restricting tests, bugs #439790 and #447908
RESTRICT="test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
doc? (
$(python_gen_cond_dep '
dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
')
)
"

# Restricting tests, bugs #439790 and #447908
Expand Down

0 comments on commit f49922c

Please sign in to comment.