Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lyricwikia/
Date: Mon, 16 May 2022 19:59:44
Message-Id: 1652731170.1e68d188b3533e13e7fdb535239f0aefcd4d77d0.andrewammerlaan@gentoo
1 commit: 1e68d188b3533e13e7fdb535239f0aefcd4d77d0
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 19:53:10 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 19:59:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e68d188
7
8 net-misc/lyricwikia: enable py3.11 and disable py3.7
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
16 index e50cdd4ab9ec..103fdcd54626 100644
17 --- a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
18 +++ b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28
29 inherit distutils-r1