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 D1A3A158013 for ; Tue, 21 Sep 2021 07:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A90E08FF; Tue, 21 Sep 2021 07:03:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF64E08FF for ; Tue, 21 Sep 2021 07:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA1A434301B for ; Tue, 21 Sep 2021 07:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9907F10B for ; Tue, 21 Sep 2021 07:03:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1632207785.f86de9711113b7996180c9d0261f41c59ea9bcba.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f86de9711113b7996180c9d0261f41c59ea9bcba X-VCS-Branch: master Date: Tue, 21 Sep 2021 07:03:32 +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: 5a62ef86-3d93-44d2-8648-4011ea347731 X-Archives-Hash: c3ab550d0c39c9a2de1db9aea2e937ce commit: f86de9711113b7996180c9d0261f41c59ea9bcba Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 21 06:49:39 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 21 07:03:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86de971 dev-vcs/tortoisehg: update EAPI 7 -> 8 on 5.9.1 Signed-off-by: Joonas Niilola gentoo.org> dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild index 97e0009c544..04d471e7990 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=no