diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:59 +0200 |
commit | b34552894c0671053559679a7a5f9787763b7dab (patch) | |
tree | bf00eefdd890203163da3643934b60d945149575 /app-i18n | |
parent | app-i18n/ibus-sunpinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-b34552894c0671053559679a7a5f9787763b7dab.tar.gz gentoo-b34552894c0671053559679a7a5f9787763b7dab.tar.bz2 gentoo-b34552894c0671053559679a7a5f9787763b7dab.zip |
app-i18n/ibus-table: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.12.4.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.13.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.12.4.ebuild b/app-i18n/ibus-table/ibus-table-1.12.4.ebuild index 122725a49a30..98017235346d 100644 --- a/app-i18n/ibus-table/ibus-table-1.12.4.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.12.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg @@ -20,8 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') virtual/libiconv nls? ( virtual/libintl )" diff --git a/app-i18n/ibus-table/ibus-table-1.13.3.ebuild b/app-i18n/ibus-table/ibus-table-1.13.3.ebuild index 2a67dd2b2766..ff60ef200c5d 100644 --- a/app-i18n/ibus-table/ibus-table-1.13.3.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.13.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg @@ -20,8 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') virtual/libiconv nls? ( virtual/libintl )" |