commit:     ff8b5ecd3b58b59ae8fbad55e4208e133650f71f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 21:11:28 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:15:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b5ecd

app-portage/tatt: Limit to py3.8+ due to pkgcore

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 app-portage/tatt/tatt-0.8.ebuild    | 4 ++--
 app-portage/tatt/tatt-9999.ebuild   | 4 ++--
 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 59b5f9986ea..5df4caace4d 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 4966a0e29da..ba8e46a2031 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 3cfd4e34278..05777735267 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
 

Reply via email to