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 7092B138359 for ; Tue, 11 Aug 2020 13:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEEAE0858; Tue, 11 Aug 2020 13:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 96ECBE0858 for ; Tue, 11 Aug 2020 13:02:05 +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 A5C4B34F146 for ; Tue, 11 Aug 2020 13:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8696274 for ; Tue, 11 Aug 2020 13:02:02 +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: <1597150766.7b9eae7d36860067f9e9b8f37bd0dfd96222e77b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mecab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mecab-python/mecab-python-0.996.ebuild X-VCS-Directories: dev-python/mecab-python/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7b9eae7d36860067f9e9b8f37bd0dfd96222e77b X-VCS-Branch: master Date: Tue, 11 Aug 2020 13:02:02 +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: 211f9eca-87b6-41c1-acfa-14e2dad10960 X-Archives-Hash: 10e1c83e72d721651560f959286537f5 commit: 7b9eae7d36860067f9e9b8f37bd0dfd96222e77b Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 11 12:59:26 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 11 12:59:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9eae7d dev-python/mecab-python: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/719096 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> dev-python/mecab-python/mecab-python-0.996.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mecab-python/mecab-python-0.996.ebuild b/dev-python/mecab-python/mecab-python-0.996.ebuild index 55d37f73ff7..b7acde88c47 100644 --- a/dev-python/mecab-python/mecab-python-0.996.ebuild +++ b/dev-python/mecab-python/mecab-python-0.996.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1