Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/
Date: Sat, 15 May 2021 13:58:47
Message-Id: 1621087114.2808a84da84e9c0544637a146d33fd95b322533d.slyfox@gentoo
1 commit: 2808a84da84e9c0544637a146d33fd95b322533d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 13:42:05 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 13:58:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2808a84d
7
8 dev-util/include-what-you-use: allow python-3.10
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
17 index dc5b3760f2c..6530c55be19 100644
18 --- a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
19 +++ b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{7,8,9,10} )
26
27 inherit cmake flag-o-matic llvm python-single-r1