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 EE4F5139360 for ; Thu, 12 Aug 2021 18:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B33E07F9; Thu, 12 Aug 2021 18:48:24 +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 B6680E07F9 for ; Thu, 12 Aug 2021 18:48:23 +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 6AEA733BF0F for ; Thu, 12 Aug 2021 18:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB697A2 for ; Thu, 12 Aug 2021 18:48:18 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1628794069.0f8b89ac8c8c925f9a66a544095f1900debcc7fd.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/portpeek/portpeek-3.2.0.ebuild app-portage/portpeek/portpeek-3.2.1.ebuild X-VCS-Directories: app-portage/portpeek/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 0f8b89ac8c8c925f9a66a544095f1900debcc7fd X-VCS-Branch: master Date: Thu, 12 Aug 2021 18:48:18 +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: 75ef4b2f-7c6a-425b-a241-f41013a09971 X-Archives-Hash: 670c6dff47729a53b57df84e311f7e31 commit: 0f8b89ac8c8c925f9a66a544095f1900debcc7fd Author: Mike Pagano gentoo org> AuthorDate: Thu Aug 12 18:47:49 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Aug 12 18:47:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8b89ac app-portage/portpeek: EAPI 8 and py3_10 support Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Mike Pagano gentoo.org> app-portage/portpeek/portpeek-3.2.0.ebuild | 4 ++-- app-portage/portpeek/portpeek-3.2.1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-portage/portpeek/portpeek-3.2.0.ebuild b/app-portage/portpeek/portpeek-3.2.0.ebuild index 2ee5d4b9bb1..7973e221fd7 100644 --- a/app-portage/portpeek/portpeek-3.2.0.ebuild +++ b/app-portage/portpeek/portpeek-3.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{8,9} ) +EAPI="8" +PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-r1 diff --git a/app-portage/portpeek/portpeek-3.2.1.ebuild b/app-portage/portpeek/portpeek-3.2.1.ebuild index 420753cb6a2..c381f3941ef 100644 --- a/app-portage/portpeek/portpeek-3.2.1.ebuild +++ b/app-portage/portpeek/portpeek-3.2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{8,9} ) +EAPI="8" +PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-r1 @@ -21,7 +21,7 @@ DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} >=app-portage/gentoolkit-0.5.1 || ( - >=sys-apps/portage-3.0.18[${PYTHON_USEDEP}] + >=sys-apps/portage-3.0.20[${PYTHON_USEDEP}] )" src_install() {