summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2021-08-12 14:47:49 -0400
committerMike Pagano <mpagano@gentoo.org>2021-08-12 14:47:49 -0400
commit0f8b89ac8c8c925f9a66a544095f1900debcc7fd (patch)
treefd06dddef156afbf734fd18ed24d3f0ff601c479 /app-portage/portpeek
parentmedia-video/kino: EAPI-7 bump, add dev-util/glib-utils, use ESYSROOT (diff)
downloadgentoo-0f8b89ac8c8c925f9a66a544095f1900debcc7fd.tar.gz
gentoo-0f8b89ac8c8c925f9a66a544095f1900debcc7fd.tar.bz2
gentoo-0f8b89ac8c8c925f9a66a544095f1900debcc7fd.zip
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@gentoo.org>
Diffstat (limited to 'app-portage/portpeek')
-rw-r--r--app-portage/portpeek/portpeek-3.2.0.ebuild4
-rw-r--r--app-portage/portpeek/portpeek-3.2.1.ebuild6
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 2ee5d4b9bb19..7973e221fd7a 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 420753cb6a25..c381f3941efe 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() {