diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-10 23:40:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-10 23:48:58 +0000 |
commit | 8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e (patch) | |
tree | 452df5a9be26a8f5ca1b8c6a1d20872230da8a24 /dev-util/include-what-you-use | |
parent | dev-libs/distorm64: allow python-3.9 (diff) | |
download | gentoo-8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e.tar.gz gentoo-8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e.tar.bz2 gentoo-8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-10.0.ebuild | 10 |
1 files 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 da2675ad0e22..b36d998aca9b 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() { |