commit:     585a2539e7041191185553ccb6483649eb50e5f1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  2 17:56:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 18:59:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585a2539

app-portage/nattka: Port to py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/nattka/nattka-0.2.13.ebuild | 6 ++----
 app-portage/nattka/nattka-9999.ebuild   | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-portage/nattka/nattka-0.2.13.ebuild 
b/app-portage/nattka/nattka-0.2.13.ebuild
index 9686c26c34b..75261fa77b6 100644
--- a/app-portage/nattka/nattka-0.2.13.ebuild
+++ b/app-portage/nattka/nattka-0.2.13.ebuild
@@ -1,11 +1,9 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"

diff --git a/app-portage/nattka/nattka-9999.ebuild 
b/app-portage/nattka/nattka-9999.ebuild
index d25ba4e093e..62f83dc8515 100644
--- a/app-portage/nattka/nattka-9999.ebuild
+++ b/app-portage/nattka/nattka-9999.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"

Reply via email to