From b34552894c0671053559679a7a5f9787763b7dab Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:14:59 +0200 Subject: app-i18n/ibus-table: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- app-i18n/ibus-table/ibus-table-1.12.4.ebuild | 6 +++--- app-i18n/ibus-table/ibus-table-1.13.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app-i18n') 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 )" -- cgit v1.2.3-65-gdbad