Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Thu, 07 Jan 2021 23:19:40
Message-Id: 1610061329.ff8b5ecd3b58b59ae8fbad55e4208e133650f71f.mgorny@gentoo
1 commit: ff8b5ecd3b58b59ae8fbad55e4208e133650f71f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 21:11:28 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:15:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b5ecd
7
8 app-portage/tatt: Limit to py3.8+ due to pkgcore
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
13 app-portage/tatt/tatt-0.8.ebuild | 4 ++--
14 app-portage/tatt/tatt-9999.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild
18 index 59b5f9986ea..5df4caace4d 100644
19 --- a/app-portage/tatt/tatt-0.7-r1.ebuild
20 +++ b/app-portage/tatt/tatt-0.7-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
29 index 4966a0e29da..ba8e46a2031 100644
30 --- a/app-portage/tatt/tatt-0.8.ebuild
31 +++ b/app-portage/tatt/tatt-0.8.ebuild
32 @@ -1,9 +1,9 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 +# Copyright 1999-2021 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{6,7,8,9} )
40 +PYTHON_COMPAT=( python3_{8,9} )
41
42 inherit distutils-r1
43
44
45 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
46 index 3cfd4e34278..05777735267 100644
47 --- a/app-portage/tatt/tatt-9999.ebuild
48 +++ b/app-portage/tatt/tatt-9999.ebuild
49 @@ -1,9 +1,9 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 +# Copyright 1999-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55
56 -PYTHON_COMPAT=( python3_{6,7,8,9} )
57 +PYTHON_COMPAT=( python3_{8,9} )
58
59 inherit distutils-r1 git-r3