diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 13:00:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 13:00:32 +0100 |
commit | ca4f0c57c6ec5e2c39558180b9290e1469aa1b53 (patch) | |
tree | f6960933b94c91d7b67da755adabd5c10d0397a4 /dev-lang/python-exec-conf | |
parent | dev-lang/python-exec: keyword ~arm64-macos (diff) | |
download | gentoo-ca4f0c57c6ec5e2c39558180b9290e1469aa1b53.tar.gz gentoo-ca4f0c57c6ec5e2c39558180b9290e1469aa1b53.tar.bz2 gentoo-ca4f0c57c6ec5e2c39558180b9290e1469aa1b53.zip |
dev-lang/python-exec-conf: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python-exec-conf')
-rw-r--r-- | dev-lang/python-exec-conf/python-exec-conf-2.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python-exec-conf/python-exec-conf-2.4.6.ebuild b/dev-lang/python-exec-conf/python-exec-conf-2.4.6.ebuild index 4ffdc9faba31..a4d93c6c8e06 100644 --- a/dev-lang/python-exec-conf/python-exec-conf-2.4.6.ebuild +++ b/dev-lang/python-exec-conf/python-exec-conf-2.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Internal Python project hack. Do not copy it. Ever. IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_}" |