From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCC33138351 for ; Mon, 10 Feb 2020 21:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E86E0855; Mon, 10 Feb 2020 21:29:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6E75E0855 for ; Mon, 10 Feb 2020 21:29:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC69234E9E4 for ; Mon, 10 Feb 2020 21:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E02116 for ; Mon, 10 Feb 2020 21:29:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581370064.90f9fa4ec1bde1338446d739402b5ec4cd63eb9e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.18.ebuild app-i18n/ibus/ibus-1.5.19.ebuild app-i18n/ibus/ibus-1.5.20.ebuild app-i18n/ibus/ibus-1.5.21.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90f9fa4ec1bde1338446d739402b5ec4cd63eb9e X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:29:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46111f26-4632-44ad-b5f6-0a8ee0efac1e X-Archives-Hash: 857e65abecba78e98a43ea97f3c4ee3f commit: 90f9fa4ec1bde1338446d739402b5ec4cd63eb9e Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 21:27:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 21:27:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f9fa4e app-i18n/ibus: Revert "Remove py2" We still have py2-only plugins. Signed-off-by: Michał Górny gentoo.org> app-i18n/ibus/ibus-1.5.18.ebuild | 2 +- app-i18n/ibus/ibus-1.5.19.ebuild | 2 +- app-i18n/ibus/ibus-1.5.20.ebuild | 2 +- 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"