diff options
author | 2022-01-19 14:44:07 +0100 | |
---|---|---|
committer | 2022-01-19 14:44:07 +0100 | |
commit | 1ca58663afdd17a2a4786899d3a0c84a36295ab8 (patch) | |
tree | bc6dd8aa66980bfa2642bb1e2bf2b5395c027264 /dev-util/clazy | |
parent | dev-python/tomlkit: Keyword 0.7.2 x86, #831359 (diff) | |
download | gentoo-1ca58663afdd17a2a4786899d3a0c84a36295ab8.tar.gz gentoo-1ca58663afdd17a2a4786899d3a0c84a36295ab8.tar.bz2 gentoo-1ca58663afdd17a2a4786899d3a0c84a36295ab8.zip |
dev-util/clazy: Stabilize 1.10-r2 x86, #810307
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/clazy')
-rw-r--r-- | dev-util/clazy/clazy-1.10-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/clazy/clazy-1.10-r2.ebuild b/dev-util/clazy/clazy-1.10-r2.ebuild index bcb85e9d4148..077cb9c6224d 100644 --- a/dev-util/clazy/clazy-1.10-r2.ebuild +++ b/dev-util/clazy/clazy-1.10-r2.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="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |