diff options
author | Sam James <sam@gentoo.org> | 2025-01-04 21:34:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-04 21:34:50 +0000 |
commit | 3d8159bc823f94bf2d38574ad0f679401e5e76c2 (patch) | |
tree | ba9ba1929970a96db7f147c52524a48111871f1b | |
parent | dev-lang/python: Stabilize 3.11.11_p1 hppa, #945851 (diff) | |
download | gentoo-3d8159bc823f94bf2d38574ad0f679401e5e76c2.tar.gz gentoo-3d8159bc823f94bf2d38574ad0f679401e5e76c2.tar.bz2 gentoo-3d8159bc823f94bf2d38574ad0f679401e5e76c2.zip |
app-doc/python-docs: Stabilize 3.11.11 hppa, #945851
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-doc/python-docs/python-docs-3.11.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/python-docs/python-docs-3.11.11.ebuild b/app-doc/python-docs/python-docs-3.11.11.ebuild index b3c1acde8a5c..f5fa595e65b8 100644 --- a/app-doc/python-docs/python-docs-3.11.11.ebuild +++ b/app-doc/python-docs/python-docs-3.11.11.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 |