diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-11-21 10:36:02 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-11-21 10:38:28 +0100 |
commit | 08eeab686dbdf13b1f83de9f7035aa55b4c506df (patch) | |
tree | 630e7b3c0f6618a3b76f116b53a97ef1ad629dfc /dev-util | |
parent | dev-util/include-what-you-use: remove unused flag-o-matic eclass (diff) | |
download | gentoo-08eeab686dbdf13b1f83de9f7035aa55b4c506df.tar.gz gentoo-08eeab686dbdf13b1f83de9f7035aa55b4c506df.tar.bz2 gentoo-08eeab686dbdf13b1f83de9f7035aa55b4c506df.zip |
dev-util/include-what-you-use: stabilize 0.16 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util')
-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 8790b328d005..db8bccadbbf1 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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LLVM_MAX_SLOT=12 |