diff options
author | Sam James <sam@gentoo.org> | 2024-11-10 17:42:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-10 17:43:37 +0000 |
commit | a4b107c9214504030d98878b7a934349274bd060 (patch) | |
tree | 62b24a17cf383d3ee76da876c1de857f16beec76 | |
parent | dev-util/clazy: fix tests (diff) | |
download | gentoo-a4b107c9214504030d98878b7a934349274bd060.tar.gz gentoo-a4b107c9214504030d98878b7a934349274bd060.tar.bz2 gentoo-a4b107c9214504030d98878b7a934349274bd060.zip |
dev-util/clazy: keyword 1.12 for ~amd64, ~arm64, ~x86
Was added unkeyworded in a1fcee35f62bad34abe7da2be9856645fbce8af6 because
of the test hell.
The issues are now fixed, thanks to negril.
Bug: https://bugs.gentoo.org/811723
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/clazy/clazy-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/clazy/clazy-1.12.ebuild b/dev-util/clazy/clazy-1.12.ebuild index 33919d1d9024..918f0188a664 100644 --- a/dev-util/clazy/clazy-1.12.ebuild +++ b/dev-util/clazy/clazy-1.12.ebuild @@ -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 )" |