commit: 9e1db6dede601f1ad6e799e930672acb3ddeaa4a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 09:38:09 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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/"