commit:     8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 23:40:15 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 23:48:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae9c9ff

dev-util/include-what-you-use: allow python-3.9, switch to cmake

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/include-what-you-use/include-what-you-use-10.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/include-what-you-use/include-what-you-use-10.0.ebuild 
b/dev-util/include-what-you-use/include-what-you-use-10.0.ebuild
index da2675ad0e2..b36d998aca9 100644
--- a/dev-util/include-what-you-use/include-what-you-use-10.0.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-10.0.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
-inherit cmake-utils flag-o-matic llvm python-single-r1
+inherit cmake flag-o-matic llvm python-single-r1
 
-# Sometimes the tag is clang_9, timetimes it's IWYU-0.13
+# Sometimes the tag is clang_9, sometimes it's IWYU-0.13
 UPSTREAM_PV=0.14
 
 DESCRIPTION="Find unused include directives in C/C++ programs"
@@ -36,7 +36,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
        python_fix_shebang .
 }
 
@@ -50,7 +50,7 @@ src_configure() {
                # as llvm/clang itself.
                -DCMAKE_INSTALL_PREFIX="$(get_llvm_prefix "${LLVM_MAX_SLOT}")"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_test() {

Reply via email to