From dd03a2cc4bc589af0f765916f70267c90ecc25b0 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 6 May 2023 09:13:40 +0000 Subject: [PATCH] dev-util/codespell: Stabilize 2.2.4 amd64, #905801 Signed-off-by: Arthur Zamarin --- dev-util/codespell/codespell-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/codespell/codespell-2.2.4.ebuild b/dev-util/codespell/codespell-2.2.4.ebuild index 295f67d84e346..a55a4b89ece24 100644 --- a/dev-util/codespell/codespell-2.2.4.ebuild +++ b/dev-util/codespell/codespell-2.2.4.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://pypi.org/project/codespell https://github.com/codespell-projec # Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0 LICENSE="GPL-2 CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"