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 757431382C5 for ; Mon, 18 May 2020 14:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E90E0828; Mon, 18 May 2020 14:51:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 89EFAE0828 for ; Mon, 18 May 2020 14:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 433C034F072 for ; Mon, 18 May 2020 14:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C093D254 for ; Mon, 18 May 2020 14:51:38 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1589813252.a9cb01c8665b5f60f1370ebf8cbd2840603496ba.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild X-VCS-Directories: app-i18n/ibus-hangul/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a9cb01c8665b5f60f1370ebf8cbd2840603496ba X-VCS-Branch: master Date: Mon, 18 May 2020 14:51:38 +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: 31856d7c-c321-4611-b805-3054e51588bb X-Archives-Hash: 0487a8ce7a9105ea3d722286cee4f0ce commit: a9cb01c8665b5f60f1370ebf8cbd2840603496ba Author: Akinori Hattori gentoo org> AuthorDate: Mon May 18 14:47:32 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon May 18 14:47:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cb01c8 app-i18n/ibus-hangul: update PYTHON_COMPAT Bug: https://bugs.gentoo.org/721742 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild | 2 +- app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild index 6a307ba4896..c2ded55f5f7 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 xdg diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild index 9ff69601584..80283405b55 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 xdg