summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 10:33:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:10:43 +0100
commitf144529727c1fef8635855e6db498d21a205881e (patch)
tree132ec3fe608f591cbe710c87a6dc8c2b8c1fa896 /app-i18n
parentapp-i18n/ibus-sunpinyin: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-f144529727c1fef8635855e6db498d21a205881e.tar.gz
gentoo-f144529727c1fef8635855e6db498d21a205881e.tar.bz2
gentoo-f144529727c1fef8635855e6db498d21a205881e.zip
app-i18n/ibus-table: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild (renamed from app-i18n/ibus-table/ibus-table-1.9.18.ebuild)6
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild (renamed from app-i18n/ibus-table/ibus-table-1.9.21.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
index 025526aa8b12..dcd828dcbbea 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
index 7da7fff419c8..9db9ac7acf04 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}