diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:57:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:57:13 +0100 |
commit | a10933e47c0fae85f73b4f9bde6f159b734e2f75 (patch) | |
tree | e0a3d669d43254ba9d4016ae83cea020179bcd7a /dev-python/chardet | |
parent | dev-python/cffi: drop x86-macos (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/chardet/chardet-3.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/chardet/chardet-4.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/chardet/chardet-3.0.4-r1.ebuild b/dev-python/chardet/chardet-3.0.4-r1.ebuild index b9ef9346d1c3..02faa864b570 100644 --- a/dev-python/chardet/chardet-3.0.4-r1.ebuild +++ b/dev-python/chardet/chardet-3.0.4-r1.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=6 @@ -17,7 +17,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" DEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) 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}] ) |