Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bear/
Date: Wed, 14 Jul 2021 21:27:39
Message-Id: 1626297938.8469eba13074d5ae721e9d8e723a8523386b40c8.gyakovlev@gentoo
1 commit: 8469eba13074d5ae721e9d8e723a8523386b40c8
2 Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
3 AuthorDate: Wed Jul 14 10:07:54 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 21:25:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469eba1
7
8 dev-util/bear: python_10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Closes: https://github.com/gentoo/gentoo/pull/21634
12 Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com>
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-util/bear/bear-3.0.13.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/bear/bear-3.0.13.ebuild b/dev-util/bear/bear-3.0.13.ebuild
19 index 97791cb96b0..ce27dec8b19 100644
20 --- a/dev-util/bear/bear-3.0.13.ebuild
21 +++ b/dev-util/bear/bear-3.0.13.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28
29 inherit cmake python-any-r1