summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2022-07-18 16:01:57 -0400
committerAnthony G. Basile <blueness@gentoo.org>2022-07-18 16:01:57 -0400
commitb14a24cc508ab45f06a7d60c36097a25a196f167 (patch)
treee14a83d44d78d6463f8c1d552fb1fe111af9b3d2 /app-portage/grs/grs-9999.ebuild
parentdev-lang/python: drop versions (diff)
downloadgentoo-b14a24cc508ab45f06a7d60c36097a25a196f167.tar.gz
gentoo-b14a24cc508ab45f06a7d60c36097a25a196f167.tar.bz2
gentoo-b14a24cc508ab45f06a7d60c36097a25a196f167.zip
app-portage/grs: update dependence on python
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage/grs/grs-9999.ebuild')
-rw-r--r--app-portage/grs/grs-9999.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
index 4ed7aad6371f..4d092253267a 100644
--- a/app-portage/grs/grs-9999.ebuild
+++ b/app-portage/grs/grs-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 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} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1 linux-info
@@ -28,7 +28,7 @@ IUSE="server"
DEPEND=""
RDEPEND="
- sys-apps/portage
+ sys-apps/portage[${PYTHON_USEDEP}]
server? (
app-arch/tar[xattr]
app-cdr/cdrtools
@@ -37,10 +37,7 @@ RDEPEND="
dev-vcs/git
net-misc/rsync
sys-fs/squashfs-tools
- || (
- sys-kernel/genkernel
- sys-kernel/genkernel-next
- )
+ sys-kernel/genkernel
)"
pkg_setup() {