commit:     f144529727c1fef8635855e6db498d21a205881e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:33:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:10:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1445297

app-i18n/ibus-table: Switch to PYTHON_MULTI_USEDEP API

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

 .../{ibus-table-1.9.18.ebuild => ibus-table-1.9.18-r1.ebuild}       | 6 ++++--
 .../{ibus-table-1.9.21.ebuild => ibus-table-1.9.21-r1.ebuild}       | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild 
b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
similarity index 84%
rename from app-i18n/ibus-table/ibus-table-1.9.18.ebuild
rename to app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
index 025526aa8b1..dcd828dcbbe 100644
--- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
@@ -18,8 +18,10 @@ IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+       ')
        virtual/libiconv
        nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}

diff --git a/app-i18n/ibus-table/ibus-table-1.9.21.ebuild 
b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
similarity index 84%
rename from app-i18n/ibus-table/ibus-table-1.9.21.ebuild
rename to app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
index 7da7fff419c..9db9ac7acf0 100644
--- a/app-i18n/ibus-table/ibus-table-1.9.21.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
@@ -19,8 +19,10 @@ RESTRICT="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+       ')
        virtual/libiconv
        nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}

Reply via email to