commit: 0f8b89ac8c8c925f9a66a544095f1900debcc7fd
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 18:47:49 2021 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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() {