diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-07-04 16:03:29 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-07-04 16:03:29 +0200 |
commit | 483620423bc329d8e824aaa3c6bec7deb8657271 (patch) | |
tree | 98c265d99ed789b5486c1e39a297b2dc5923dc0b /dev-util | |
parent | sys-process/btop: add 1.2.8 (diff) | |
download | gentoo-483620423bc329d8e824aaa3c6bec7deb8657271.tar.gz gentoo-483620423bc329d8e824aaa3c6bec7deb8657271.tar.bz2 gentoo-483620423bc329d8e824aaa3c6bec7deb8657271.zip |
dev-util/include-what-you-use: stabilize 0.18 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.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-0.18.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.18.ebuild index 2afa1f67ebcc..f16ca796c0a5 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.18.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.18.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=14 |