diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-11-21 10:38:09 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-11-21 10:38:28 +0100 |
commit | 9e1db6dede601f1ad6e799e930672acb3ddeaa4a (patch) | |
tree | c96be69a252de61c1f7adb81e216beeba2663e9f /dev-util/include-what-you-use | |
parent | dev-util/include-what-you-use: drop 0.15 (diff) | |
download | gentoo-9e1db6dede601f1ad6e799e930672acb3ddeaa4a.tar.gz gentoo-9e1db6dede601f1ad6e799e930672acb3ddeaa4a.tar.bz2 gentoo-9e1db6dede601f1ad6e799e930672acb3ddeaa4a.zip |
dev-util/include-what-you-use: remove unused flag-o-matic eclass
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |