diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-07 10:37:54 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-07 10:37:54 +0100 |
commit | bddb599a0dbead136079224fedc4e55096dc07ba (patch) | |
tree | 4e6d5cc57d927ffe8e19f6adc4e3e649667d018d /dev-util | |
parent | x11-misc/rofi: Stabilize 1.7.2 amd64, #830720 (diff) | |
download | gentoo-bddb599a0dbead136079224fedc4e55096dc07ba.tar.gz gentoo-bddb599a0dbead136079224fedc4e55096dc07ba.tar.bz2 gentoo-bddb599a0dbead136079224fedc4e55096dc07ba.zip |
dev-util/include-what-you-use: Stabilize 0.17 amd64, #830722
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-0.17.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.17.ebuild index ab4c265670d8..16eb95770f77 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.17.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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=13 |