diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-10 16:32:48 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-10 16:32:48 +0200 |
commit | 98cfdc946afb4f7639519e25bf0f67494032eb33 (patch) | |
tree | 269732389bc241dd6e3417358683b18c39ecb806 /dev-util/codespell | |
parent | dev-java/lzma: Stabilize 22.01 amd64, #885309 (diff) | |
download | gentoo-98cfdc946afb4f7639519e25bf0f67494032eb33.tar.gz gentoo-98cfdc946afb4f7639519e25bf0f67494032eb33.tar.bz2 gentoo-98cfdc946afb4f7639519e25bf0f67494032eb33.zip |
dev-util/codespell: Stabilize 2.2.2 x86, #885319
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/codespell')
-rw-r--r-- | dev-util/codespell/codespell-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/codespell/codespell-2.2.2.ebuild b/dev-util/codespell/codespell-2.2.2.ebuild index 7e96964cca81..7289774503d6 100644 --- a/dev-util/codespell/codespell-2.2.2.ebuild +++ b/dev-util/codespell/codespell-2.2.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" # 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 ~x86" +KEYWORDS="~amd64 x86" BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )" |