summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-06 22:57:13 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-06 22:57:13 +0100
commita10933e47c0fae85f73b4f9bde6f159b734e2f75 (patch)
treee0a3d669d43254ba9d4016ae83cea020179bcd7a /dev-python/chardet/chardet-4.0.0.ebuild
parentdev-python/cffi: drop x86-macos (diff)
downloadgentoo-a10933e47c0fae85f73b4f9bde6f159b734e2f75.tar.gz
gentoo-a10933e47c0fae85f73b4f9bde6f159b734e2f75.tar.bz2
gentoo-a10933e47c0fae85f73b4f9bde6f159b734e2f75.zip
dev-python/chardet: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/chardet/chardet-4.0.0.ebuild')
-rw-r--r--dev-python/chardet/chardet-4.0.0.ebuild4
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 029b82e3b4bf..10047e955640 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,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 ~x86-macos ~x64-solaris"
+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"
BDEPEND="
test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )