diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-09 14:19:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-09 14:20:22 +0100 |
commit | ebafd90fc977c652b555e05e9eb4610f01acc1fd (patch) | |
tree | d9bb149710402be1d49c2a8f95b4a110ef60dfb6 /app-doc | |
parent | dev-lang/python: Stabilize 3.12.1 ppc, #919476 (diff) | |
download | gentoo-ebafd90fc977c652b555e05e9eb4610f01acc1fd.tar.gz gentoo-ebafd90fc977c652b555e05e9eb4610f01acc1fd.tar.bz2 gentoo-ebafd90fc977c652b555e05e9eb4610f01acc1fd.zip |
app-doc/python-docs: Stabilize 3.12.1 ppc, #919476
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/python-docs/python-docs-3.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/python-docs/python-docs-3.12.1.ebuild b/app-doc/python-docs/python-docs-3.12.1.ebuild index 86085046fe7f..870554c77050 100644 --- a/app-doc/python-docs/python-docs-3.12.1.ebuild +++ b/app-doc/python-docs/python-docs-3.12.1.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 |