diff options
author | 2020-02-10 22:27:44 +0100 | |
---|---|---|
committer | 2020-02-10 22:27:44 +0100 | |
commit | 90f9fa4ec1bde1338446d739402b5ec4cd63eb9e (patch) | |
tree | 9418daaeb9475b8931503c9329ea4c1d94968f06 | |
parent | app-portage/gpyutils: Bump to 0.4.1 (diff) | |
download | gentoo-90f9fa4ec1bde1338446d739402b5ec4cd63eb9e.tar.gz gentoo-90f9fa4ec1bde1338446d739402b5ec4cd63eb9e.tar.bz2 gentoo-90f9fa4ec1bde1338446d739402b5ec4cd63eb9e.zip |
app-i18n/ibus: Revert "Remove py2"
We still have py2-only plugins.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 a715a0d502d..07657d25078 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=( python3_6 ) +PYTHON_COMPAT=( python{2_7,3_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 1b6905e5884..368c0a122fc 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{3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,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 5934735b645..2ae5a95c9d4 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{3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,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 e9a8f12b134..7d58048b667 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{3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) VALA_MIN_API_VERSION="0.34" VALA_USE_DEPEND="vapigen" |