diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:12:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:12:07 +0000 |
commit | 7702eba0633c00a3627e51291a18383c75060db1 (patch) | |
tree | 35eb2dc3840dd46c994e495d14556706a66da242 /dev-util/codespell | |
parent | dev-libs/imath: Stabilize 3.1.7 amd64, #905800 (diff) | |
download | gentoo-7702eba0633c00a3627e51291a18383c75060db1.tar.gz gentoo-7702eba0633c00a3627e51291a18383c75060db1.tar.bz2 gentoo-7702eba0633c00a3627e51291a18383c75060db1.zip |
dev-util/codespell: Stabilize 2.2.4 x86, #905801
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/codespell')
-rw-r--r-- | dev-util/codespell/codespell-2.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/codespell/codespell-2.2.4.ebuild b/dev-util/codespell/codespell-2.2.4.ebuild index 7b9bf108d36c..295f67d84e34 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}] )" |