From: Jason A. Donenfeld Date: Thu, 7 May 2020 09:33:49 +0000 (-0600) Subject: dev-util/include-what-you-use: support newer python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01613c5793be8686b93c6af877a1545ab5c5c321;p=gentoo.git 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 --- 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 50d5e25f13ea..43be4f410509 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