Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/
Date: Thu, 07 May 2020 09:36:24
Message-Id: 1588844160.01613c5793be8686b93c6af877a1545ab5c5c321.zx2c4@gentoo
1 commit: 01613c5793be8686b93c6af877a1545ab5c5c321
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 09:33:49 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 09:36:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01613c57
7
8 dev-util/include-what-you-use: support newer python
9
10 No real changes needed; works out of the box.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
14
15 dev-util/include-what-you-use/include-what-you-use-9.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild b/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
19 index 50d5e25f13e..43be4f41050 100644
20 --- a/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
21 +++ b/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit cmake-utils flag-o-matic llvm python-single-r1