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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00DFF15808B for ; Fri, 8 Apr 2022 12:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 397B5E085E; Fri, 8 Apr 2022 12:17:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE779E085E for ; Fri, 8 Apr 2022 12:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27DA2340F22 for ; Fri, 8 Apr 2022 12:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BAD7392 for ; Fri, 8 Apr 2022 12:16:57 +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: <1649420214.a3c3a98f09592a7601a3774dd90859e0d1b6e8aa.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild X-VCS-Directories: net-vpn/protonvpn-cli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a3c3a98f09592a7601a3774dd90859e0d1b6e8aa X-VCS-Branch: master Date: Fri, 8 Apr 2022 12:16:57 +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: 4908ec39-800d-4273-802c-516f2ceb8e4b X-Archives-Hash: c367891b54a041dc1d77012c586c38aa commit: a3c3a98f09592a7601a3774dd90859e0d1b6e8aa Author: Miezhiko gmail com> AuthorDate: Fri Apr 1 07:46:05 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 8 12:16:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c3a98f net-vpn/protonvpn-cli: allow python 3.10 Signed-off-by: Miezhiko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24846 Signed-off-by: Joonas Niilola gentoo.org> net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild index 9ae7f688ec16..85b531e1487c 100644 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild +++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1