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 7E4D7138334 for ; Sat, 27 Apr 2019 14:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B9FE087A; Sat, 27 Apr 2019 14:46:08 +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 05076E0878 for ; Sat, 27 Apr 2019 14:46:07 +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 DF46D3429DB for ; Sat, 27 Apr 2019 14:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C558B5D7 for ; Sat, 27 Apr 2019 14:46:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1556376350.7be524e96956f8d2a65c714ec75f5a8c113d7fa2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iniparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iniparse/iniparse-0.4-r2.ebuild X-VCS-Directories: dev-python/iniparse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7be524e96956f8d2a65c714ec75f5a8c113d7fa2 X-VCS-Branch: master Date: Sat, 27 Apr 2019 14:46:03 +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: 49957bea-5b7b-4db6-a016-eed8dc277301 X-Archives-Hash: 6b169c371e451613c08e0c58d49409b1 commit: 7be524e96956f8d2a65c714ec75f5a8c113d7fa2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 13:50:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 14:45:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be524e9 dev-python/iniparse: python3_7 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/iniparse/iniparse-0.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild index 82011f6822b..f7c8c47a146 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1