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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DA5F158086 for ; Sun, 21 Nov 2021 09:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1D6E0839; Sun, 21 Nov 2021 09:47:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DBCAE0830 for ; Sun, 21 Nov 2021 09:47:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69F8D343273 for ; Sun, 21 Nov 2021 09:47:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0495C1D6 for ; Sun, 21 Nov 2021 09:47:07 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1637487508.9e1db6dede601f1ad6e799e930672acb3ddeaa4a.flow@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-0.16.ebuild X-VCS-Directories: dev-util/include-what-you-use/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9e1db6dede601f1ad6e799e930672acb3ddeaa4a X-VCS-Branch: master Date: Sun, 21 Nov 2021 09:47:07 +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: 99036d25-27fc-494d-9d5a-e3b28bc15131 X-Archives-Hash: 9619754c48c5172efe08133c3bb2162b commit: 9e1db6dede601f1ad6e799e930672acb3ddeaa4a Author: Florian Schmaus gentoo org> AuthorDate: Sun Nov 21 09:38:09 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Nov 21 09:38:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1db6de dev-util/include-what-you-use: remove unused flag-o-matic eclass Signed-off-by: Florian Schmaus gentoo.org> dev-util/include-what-you-use/include-what-you-use-0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild index c9ef8a6565d6..8790b328d005 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit cmake flag-o-matic llvm python-single-r1 +inherit cmake llvm python-single-r1 DESCRIPTION="Find unused include directives in C/C++ programs" HOMEPAGE="https://include-what-you-use.org/"