diff options
author | 2023-02-18 23:53:15 +0000 | |
---|---|---|
committer | 2023-02-19 05:03:53 +0100 | |
commit | 8af156b342d84c8928e4b27dbad50c66cfb2ec45 (patch) | |
tree | b338fafaae98c7825329a9acd0fe87f19f16b94b /dev-python/pydantic | |
parent | dev-python/platformdirs: add keywords ~arm64-macos ~x64-macos (diff) | |
download | gentoo-8af156b342d84c8928e4b27dbad50c66cfb2ec45.tar.gz gentoo-8af156b342d84c8928e4b27dbad50c66cfb2ec45.tar.bz2 gentoo-8af156b342d84c8928e4b27dbad50c66cfb2ec45.zip |
dev-python/pydantic: add keywords ~arm64-macos ~x64-macos
When bootstrapping Gentoo Prefix on macOS 13.2 (Ventura) on an Apple
M1 system, it will fail at stage3 (note that there are other bugs
that prevent the bootstrapping from reach stage3, which must also be
resolved) due to missing keywords in dev-python/pydantic-1.10.5, which
is now an indirect dependency of Portage.
Closes: https://bugs.gentoo.org/895336
Signed-off-by: Yifeng Li <tomli@tomli.me>
Closes: https://github.com/gentoo/gentoo/pull/29656
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydantic')
-rw-r--r-- | dev-python/pydantic/pydantic-1.10.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydantic/pydantic-1.10.5.ebuild b/dev-python/pydantic/pydantic-1.10.5.ebuild index 7f061956a374..1189c74a6be6 100644 --- a/dev-python/pydantic/pydantic-1.10.5.ebuild +++ b/dev-python/pydantic/pydantic-1.10.5.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" IUSE="+native-extensions" RDEPEND=" |