Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Thu, 23 Dec 2021 22:28:09
Message-Id: 1640298438.309acb24585971a3459ea3dd3e0836dcebcdf077.gyakovlev@gentoo
1 commit: 309acb24585971a3459ea3dd3e0836dcebcdf077
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 22:26:41 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 22:27:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309acb24
7
8 app-shells/fish: enable py3.10 and disable py3.7 in -9999
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fish/fish-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
16 index abb51e209302..b0013271b00f 100644
17 --- a/app-shells/fish/fish-9999.ebuild
18 +++ b/app-shells/fish/fish-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit cmake python-any-r1 readme.gentoo-r1