diff options
author | Yifeng Li <tomli@tomli.me> | 2023-02-18 23:50:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-19 05:03:45 +0100 |
commit | cc839ca8c6b26d521a8ad62297d891806020203b (patch) | |
tree | e3efa88689b297ae09ca5ee096e561240f62203a /dev-python/autocommand | |
parent | dev-python/jaraco-text: add keywords ~arm64-macos ~x64-macos (diff) | |
download | gentoo-cc839ca8c6b26d521a8ad62297d891806020203b.tar.gz gentoo-cc839ca8c6b26d521a8ad62297d891806020203b.tar.bz2 gentoo-cc839ca8c6b26d521a8ad62297d891806020203b.zip |
dev-python/autocommand: 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/autocommand, which is
now an indirect dependency of Portage.
Closes: https://bugs.gentoo.org/895336
Signed-off-by: Yifeng Li <tomli@tomli.me>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autocommand')
-rw-r--r-- | dev-python/autocommand/autocommand-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autocommand/autocommand-2.2.2.ebuild b/dev-python/autocommand/autocommand-2.2.2.ebuild index b99739ee87c1..dd01be7233a9 100644 --- a/dev-python/autocommand/autocommand-2.2.2.ebuild +++ b/dev-python/autocommand/autocommand-2.2.2.ebuild @@ -20,6 +20,6 @@ SRC_URI=" LICENSE="LGPL-3+" 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" distutils_enable_tests pytest |