diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-05-07 03:33:49 -0600 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-05-07 03:36:00 -0600 |
commit | 01613c5793be8686b93c6af877a1545ab5c5c321 (patch) | |
tree | 66f2a27be647e89774da43cfd50aff0c0e9349ab /dev-util/include-what-you-use | |
parent | dev-python/pypam: advance stable keywords (diff) | |
download | gentoo-01613c5793be8686b93c6af877a1545ab5c5c321.tar.gz gentoo-01613c5793be8686b93c6af877a1545ab5c5c321.tar.bz2 gentoo-01613c5793be8686b93c6af877a1545ab5c5c321.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |