diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:11 +0100 |
commit | 9413536ab1c5c9885aff02e5f0613260ded8fb30 (patch) | |
tree | d690f059f084b77e66c18dcfb72fd9e9c387d76a /dev-python/mypy | |
parent | dev-python/xmlschema: Stabilize 2.5.1 ALLARCHES, #921477 (diff) | |
download | gentoo-9413536ab1c5c9885aff02e5f0613260ded8fb30.tar.gz gentoo-9413536ab1c5c9885aff02e5f0613260ded8fb30.tar.bz2 gentoo-9413536ab1c5c9885aff02e5f0613260ded8fb30.zip |
dev-python/mypy: Stabilize 1.8.0 amd64, #921483
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mypy')
-rw-r--r-- | dev-python/mypy/mypy-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mypy/mypy-1.8.0.ebuild b/dev-python/mypy/mypy-1.8.0.ebuild index 7bbb2610993d..d06fd1587b20 100644 --- a/dev-python/mypy/mypy-1.8.0.ebuild +++ b/dev-python/mypy/mypy-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+native-extensions" # stubgen collides with this package: https://bugs.gentoo.org/585594 |