dev-util/include-what-you-use: support newer python
authorJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 7 May 2020 09:33:49 +0000 (03:33 -0600)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 7 May 2020 09:36:00 +0000 (03:36 -0600)
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@gentoo.org>
dev-util/include-what-you-use/include-what-you-use-9.0.ebuild

index 50d5e25f13ea20658811399cbd9f369ffb592da3..43be4f4105092a7dd3f51dacd48ca42276c9e172 100644 (file)
@@ -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