diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:20:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:32:47 +0100 |
commit | fc063bc8d17e89adc63c1bb5f5228e7fc1fd5015 (patch) | |
tree | 4e774597dd454b2b1cccda1fc0d2ae02b1f1dbe8 /app-i18n | |
parent | app-admin/lib_users: Remove py2 (diff) | |
download | gentoo-fc063bc8d17e89adc63c1bb5f5228e7fc1fd5015.tar.gz gentoo-fc063bc8d17e89adc63c1bb5f5228e7fc1fd5015.tar.bz2 gentoo-fc063bc8d17e89adc63c1bb5f5228e7fc1fd5015.zip |
app-i18n/ibus: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.18.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.19.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.20.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.21.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild index 07657d250782..a715a0d502d7 100644 --- a/app-i18n/ibus/ibus-1.5.18.ebuild +++ b/app-i18n/ibus/ibus-1.5.18.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) VALA_MIN_API_VERSION="0.34" VALA_MAX_API_VERSION="0.42" VALA_USE_DEPEND="vapigen" diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild index 368c0a122fc4..1b6905e5884d 100644 --- a/app-i18n/ibus/ibus-1.5.19.ebuild +++ b/app-i18n/ibus/ibus-1.5.19.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) VALA_MIN_API_VERSION="0.34" VALA_MAX_API_VERSION="0.42" VALA_USE_DEPEND="vapigen" diff --git a/app-i18n/ibus/ibus-1.5.20.ebuild b/app-i18n/ibus/ibus-1.5.20.ebuild index 2ae5a95c9d46..5934735b6455 100644 --- a/app-i18n/ibus/ibus-1.5.20.ebuild +++ b/app-i18n/ibus/ibus-1.5.20.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) VALA_MIN_API_VERSION="0.34" VALA_USE_DEPEND="vapigen" diff --git a/app-i18n/ibus/ibus-1.5.21.ebuild b/app-i18n/ibus/ibus-1.5.21.ebuild index 7d58048b6672..e9a8f12b1340 100644 --- a/app-i18n/ibus/ibus-1.5.21.ebuild +++ b/app-i18n/ibus/ibus-1.5.21.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) VALA_MIN_API_VERSION="0.34" VALA_USE_DEPEND="vapigen" |