summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-07 22:11:02 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-08 00:15:28 +0100
commitc7f5e39b2dfdf0bd390f52160bcc75c3e2cd5289 (patch)
treed7c42f00add24aac8b27b2b92bf9fa2cbdc94983 /app-portage/nattka/nattka-0.2.11.ebuild
parentapp-portage/nattka: Remove old (diff)
downloadgentoo-c7f5e39b2dfdf0bd390f52160bcc75c3e2cd5289.tar.gz
gentoo-c7f5e39b2dfdf0bd390f52160bcc75c3e2cd5289.tar.bz2
gentoo-c7f5e39b2dfdf0bd390f52160bcc75c3e2cd5289.zip
app-portage/nattka: Limit to py3.8+ due to pkgcore
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/nattka/nattka-0.2.11.ebuild')
-rw-r--r--app-portage/nattka/nattka-0.2.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/nattka/nattka-0.2.11.ebuild b/app-portage/nattka/nattka-0.2.11.ebuild
index 167a6660016b..6e7e53cb0dc1 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