commit: 01613c5793be8686b93c6af877a1545ab5c5c321
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 09:33:49 2020 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu May 7 09:36:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01613c57
dev-util/include-what-you-use: support newer python
No real changes needed; works out of the box.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
dev-util/include-what-you-use/include-what-you-use-9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 50d5e25f13e..43be4f41050 100644
--- 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
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit cmake-utils flag-o-matic llvm python-single-r1