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 76EED158018 for ; Mon, 4 Oct 2021 14:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82451E0857; Mon, 4 Oct 2021 14:22:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66E59E0857 for ; Mon, 4 Oct 2021 14:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FEE343031 for ; Mon, 4 Oct 2021 14:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9086B8F for ; Mon, 4 Oct 2021 14:22:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633357302.b8183067087b29d8c1d0ff31aabf587ae38f839f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rosdep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rosdep/rosdep-0.21.0.ebuild dev-util/rosdep/rosdep-9999.ebuild X-VCS-Directories: dev-util/rosdep/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b8183067087b29d8c1d0ff31aabf587ae38f839f X-VCS-Branch: master Date: Mon, 4 Oct 2021 14:22:17 +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: 92e48333-5721-4421-b911-6db9a4493df2 X-Archives-Hash: 9ced793b0ba76f516d529dc8aac15a03 commit: b8183067087b29d8c1d0ff31aabf587ae38f839f Author: Arthur Zamarin gentoo org> AuthorDate: Mon Oct 4 13:30:42 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Oct 4 14:21:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8183067 dev-util/rosdep: enable py3.10 Closes: https://bugs.gentoo.org/806863 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/rosdep/rosdep-0.21.0.ebuild | 4 ++-- dev-util/rosdep/rosdep-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild b/dev-util/rosdep/rosdep-0.21.0.ebuild index dde1899da88..8e8c536d355 100644 --- a/dev-util/rosdep/rosdep-0.21.0.ebuild +++ b/dev-util/rosdep/rosdep-0.21.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend + +PYTHON_COMPAT=( python3_{8..10} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index dde1899da88..8e8c536d355 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend + +PYTHON_COMPAT=( python3_{8..10} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then