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 C3FFD158094 for ; Mon, 18 Jul 2022 20:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D40E0E2B; Mon, 18 Jul 2022 20:02:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id AC982E0E2B for ; Mon, 18 Jul 2022 20:02:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C301B340DAD for ; Mon, 18 Jul 2022 20:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0A54EC for ; Mon, 18 Jul 2022 20:02:10 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658174517.b14a24cc508ab45f06a7d60c36097a25a196f167.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.7.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b14a24cc508ab45f06a7d60c36097a25a196f167 X-VCS-Branch: master Date: Mon, 18 Jul 2022 20:02:10 +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: 51749609-8df6-499d-92df-baf8e18cfa9e X-Archives-Hash: 3544c099ba6057dd39bffc004d0eb182 commit: b14a24cc508ab45f06a7d60c36097a25a196f167 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jul 18 20:01:57 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 18 20:01:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14a24cc app-portage/grs: update dependence on python Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> app-portage/grs/grs-0.7.ebuild | 13 +++++-------- app-portage/grs/grs-9999.ebuild | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index d74d948f3be3..3a44ade9b744 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.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() { 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() {