diff options
author | 2025-01-04 20:27:06 +0000 | |
---|---|---|
committer | 2025-01-04 20:27:06 +0000 | |
commit | e3bb49047ef6c8e0f0ed68aacc05e54a83feee1f (patch) | |
tree | f0e967b31d53c11425841811d8678448b67cc2d8 /app-doc/python-docs | |
parent | dev-python/python-tests: Stabilize 3.10.16_p1 hppa, #945876 (diff) | |
download | gentoo-e3bb49047ef6c8e0f0ed68aacc05e54a83feee1f.tar.gz gentoo-e3bb49047ef6c8e0f0ed68aacc05e54a83feee1f.tar.bz2 gentoo-e3bb49047ef6c8e0f0ed68aacc05e54a83feee1f.zip |
app-doc/python-docs: Stabilize 3.10.16 hppa, #945876
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/python-docs')
-rw-r--r-- | app-doc/python-docs/python-docs-3.10.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/python-docs/python-docs-3.10.16.ebuild b/app-doc/python-docs/python-docs-3.10.16.ebuild index abfa49878354..29a9119ac13f 100644 --- a/app-doc/python-docs/python-docs-3.10.16.ebuild +++ b/app-doc/python-docs/python-docs-3.10.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ S="${WORKDIR}/python-${PV}-docs-html" LICENSE="PSF-2" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86" src_install() { rm -r _sources || die |