Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/
Date: Sat, 21 May 2022 06:11:27
Message-Id: 1653113464.95a7fcd14cafcf2df3ab90bfde676f32ed345313.keri@gentoo
1 commit: 95a7fcd14cafcf2df3ab90bfde676f32ed345313
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 06:11:04 2022 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 06:11:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a7fcd1
7
8 dev-lang/yap: support python 3.10 + 3.11
9
10 Closes: https://bugs.gentoo.org/845651
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
13
14 dev-lang/yap/yap-7.0.1.ebuild | 2 +-
15 dev-lang/yap/yap-7.1.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/yap/yap-7.0.1.ebuild b/dev-lang/yap/yap-7.0.1.ebuild
19 index dd3ad5fba721..fbb2e1d54c02 100644
20 --- a/dev-lang/yap/yap-7.0.1.ebuild
21 +++ b/dev-lang/yap/yap-7.0.1.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 PV_COMMIT=5bebd8e3aae655690ddf33dfb32289766910fa25
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28
29 inherit cmake flag-o-matic python-single-r1
30
31
32 diff --git a/dev-lang/yap/yap-7.1.0.ebuild b/dev-lang/yap/yap-7.1.0.ebuild
33 index f86b8754434a..d0e15c3e0bc1 100644
34 --- a/dev-lang/yap/yap-7.1.0.ebuild
35 +++ b/dev-lang/yap/yap-7.1.0.ebuild
36 @@ -5,7 +5,7 @@ EAPI=7
37
38 PV_COMMIT=77bb2ba5eadfb95b67abccd22b298cfb75dd3328
39
40 -PYTHON_COMPAT=( python3_{7,8,9} )
41 +PYTHON_COMPAT=( python3_{8..11} )
42
43 inherit cmake flag-o-matic python-single-r1