summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-07 22:11:28 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-08 00:15:29 +0100
commitff8b5ecd3b58b59ae8fbad55e4208e133650f71f (patch)
tree5c28c752576d1c00100773bf2d42f40591d4b984 /app-portage
parentapp-portage/nattka: Limit to py3.8+ due to pkgcore (diff)
downloadgentoo-ff8b5ecd3b58b59ae8fbad55e4208e133650f71f.tar.gz
gentoo-ff8b5ecd3b58b59ae8fbad55e4208e133650f71f.tar.bz2
gentoo-ff8b5ecd3b58b59ae8fbad55e4208e133650f71f.zip
app-portage/tatt: Limit to py3.8+ due to pkgcore
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/tatt/tatt-0.7-r1.ebuild2
-rw-r--r--app-portage/tatt/tatt-0.8.ebuild4
-rw-r--r--app-portage/tatt/tatt-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild
index 59b5f9986ea5..5df4caace4df 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
index 4966a0e29da0..ba8e46a20310 100644
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ b/app-portage/tatt/tatt-0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
index 3cfd4e342789..057777352672 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1 git-r3