diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 07:55:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 07:55:26 +0300 |
commit | a4ac7ea4b5b4d0aa203d82ea7703f6e95fbc9f16 (patch) | |
tree | aebdb089239cce38913be823e2bda0fa2b712d81 /app-doc | |
parent | dev-lang/python: Stabilize 3.11.9 arm64, #929046 (diff) | |
download | gentoo-a4ac7ea4b5b4d0aa203d82ea7703f6e95fbc9f16.tar.gz gentoo-a4ac7ea4b5b4d0aa203d82ea7703f6e95fbc9f16.tar.bz2 gentoo-a4ac7ea4b5b4d0aa203d82ea7703f6e95fbc9f16.zip |
app-doc/python-docs: Stabilize 3.11.9 arm64, #929046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/python-docs/python-docs-3.11.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/python-docs/python-docs-3.11.9.ebuild b/app-doc/python-docs/python-docs-3.11.9.ebuild index 6cb931cb8889..4447e52e1e62 100644 --- a/app-doc/python-docs/python-docs-3.11.9.ebuild +++ b/app-doc/python-docs/python-docs-3.11.9.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/python-${PV}-docs-html" LICENSE="PSF-2" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86" src_install() { rm -r _sources || die |