Skip to content

Commit

Permalink
app-i18n/pology: 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 479669f commit 78e26ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ BDEPEND="
RDEPEND="${PYTHON_DEPS}
dev-libs/libxml2
dev-libs/libxslt
dev-python/dbus-python[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
')
sys-devel/gettext
"
DEPEND="${RDEPEND}"
Expand Down
4 changes: 3 additions & 1 deletion app-i18n/pology/pology-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ BDEPEND="
RDEPEND="${PYTHON_DEPS}
dev-libs/libxml2
dev-libs/libxslt
dev-python/dbus-python[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
')
sys-devel/gettext
"
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 78e26ce

Please sign in to comment.