diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:42:05 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:58:34 +0100 |
commit | 2808a84da84e9c0544637a146d33fd95b322533d (patch) | |
tree | da5a04d1a11ec84e44a29312efa493be2ab02283 /dev-util | |
parent | dev-scheme/bytestructures: drop old (diff) | |
download | gentoo-2808a84da84e9c0544637a146d33fd95b322533d.tar.gz gentoo-2808a84da84e9c0544637a146d33fd95b322533d.tar.bz2 gentoo-2808a84da84e9c0544637a146d33fd95b322533d.zip |
dev-util/include-what-you-use: allow python-3.10
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild index dc5b3760f2ca..6530c55be19b 100644 --- a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit cmake flag-o-matic llvm python-single-r1 |