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 7C503138350 for ; Sat, 25 Jan 2020 22:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92CA9E0858; Sat, 25 Jan 2020 22:01:09 +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 7E519E0858 for ; Sat, 25 Jan 2020 22:01:08 +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 1828B34E2B5 for ; Sat, 25 Jan 2020 22:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF5FE3E for ; Sat, 25 Jan 2020 22:01:04 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1579989660.d0345061f4eccb3d990ce145a80ea0e5ebfeb067.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild X-VCS-Directories: dev-vcs/hg-evolve/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: d0345061f4eccb3d990ce145a80ea0e5ebfeb067 X-VCS-Branch: master Date: Sat, 25 Jan 2020 22:01:04 +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: a2432899-74f1-498b-a2f3-21c710f62e5c X-Archives-Hash: 7905397df1fa6346256bb59be075ab89 commit: d0345061f4eccb3d990ce145a80ea0e5ebfeb067 Author: Cédric Krier gentoo org> AuthorDate: Sat Jan 25 22:00:08 2020 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Jan 25 22:01:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0345061 dev-vcs/hg-evolve: Add support for Python 3.6 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Cédric Krier gentoo.org> dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild b/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild index 4f1db8db068..7c697729d1a 100644 --- a/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1