commit: c7f5e39b2dfdf0bd390f52160bcc75c3e2cd5289
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 21:11:02 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 23:15:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f5e39b
app-portage/nattka: Limit to py3.8+ due to pkgcore
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/nattka/nattka-0.2.11.ebuild | 4 ++--
app-portage/nattka/nattka-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/nattka/nattka-0.2.11.ebuild
b/app-portage/nattka/nattka-0.2.11.ebuild
index 167a6660016..6e7e53cb0dc 100644
--- a/app-portage/nattka/nattka-0.2.11.ebuild
+++ b/app-portage/nattka/nattka-0.2.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020 Gentoo Authors
+# 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_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
diff --git a/app-portage/nattka/nattka-9999.ebuild
b/app-portage/nattka/nattka-9999.ebuild
index 55996068ff7..d5f99963fc5 100644
--- a/app-portage/nattka/nattka-9999.ebuild
+++ b/app-portage/nattka/nattka-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020 Gentoo Authors
+# 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_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 git-r3