From 01613c5793be8686b93c6af877a1545ab5c5c321 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 7 May 2020 03:33:49 -0600 Subject: 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 --- 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 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 -- cgit v1.2.3-65-gdbad