From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAC32138359 for ; Tue, 10 Nov 2020 23:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 106C5E077C; Tue, 10 Nov 2020 23:49:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06C3CE077C for ; Tue, 10 Nov 2020 23:49:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10BCC33BEA3 for ; Tue, 10 Nov 2020 23:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8202C446 for ; Tue, 10 Nov 2020 23:49:03 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1605052138.8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/include-what-you-use/include-what-you-use-10.0.ebuild X-VCS-Directories: dev-util/include-what-you-use/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e X-VCS-Branch: master Date: Tue, 10 Nov 2020 23:49:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35198d25-bff0-44c8-9589-957c63e05bc8 X-Archives-Hash: b7069d4abae163abdf40cd2311c81c8f commit: 8ae9c9ff07d4d0edc3a7522cd5afa0909dd5549e Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Nov 10 23:40:15 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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() {