diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-07 16:39:52 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-07 19:14:34 +0800 |
commit | fe213a59b4b7f708c0db8974153819fe932552e2 (patch) | |
tree | 484435960adfb08722fd21af6c470b5a748e518d /dev-python/chardet | |
parent | sys-apps/pkgcore: forward ~loong (diff) | |
download | gentoo-fe213a59b4b7f708c0db8974153819fe932552e2.tar.gz gentoo-fe213a59b4b7f708c0db8974153819fe932552e2.tar.bz2 gentoo-fe213a59b4b7f708c0db8974153819fe932552e2.zip |
dev-python/chardet: keyword 4.0.0 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-python/chardet')
-rw-r--r-- | dev-python/chardet/chardet-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chardet/chardet-4.0.0.ebuild b/dev-python/chardet/chardet-4.0.0.ebuild index f8886d76e437..f69796f4d505 100644 --- a/dev-python/chardet/chardet-4.0.0.ebuild +++ b/dev-python/chardet/chardet-4.0.0.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) |