Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
Date: Thu, 19 May 2022 10:13:58
Message-Id: 1652955213.8e7d942c96aa3f9b55c38fe6000d4544dbdfddc9.ulm@gentoo
1 commit: 8e7d942c96aa3f9b55c38fe6000d4544dbdfddc9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 10:13:33 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 10:13:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7d942c
7
8 media-gfx/word_cloud: Update PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/846011
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 media-gfx/word_cloud/word_cloud-1.8.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
17 index 6fb35b18b691..1a4663be64b5 100644
18 --- a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
19 +++ b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{8,9,10} )
30
31 inherit distutils-r1