diff options
author | Sam James <sam@gentoo.org> | 2025-01-04 21:34:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-04 21:34:41 +0000 |
commit | 21be4e065fa9a0c0a75c28187e82dd8f11e1bdf1 (patch) | |
tree | bd7849748f1e762d4464860684887eb740241106 /app-doc | |
parent | dev-python/python-tests: Stabilize 3.13.1 hppa, #945849 (diff) | |
download | gentoo-21be4e065fa9a0c0a75c28187e82dd8f11e1bdf1.tar.gz gentoo-21be4e065fa9a0c0a75c28187e82dd8f11e1bdf1.tar.bz2 gentoo-21be4e065fa9a0c0a75c28187e82dd8f11e1bdf1.zip |
app-doc/python-docs: Stabilize 3.13.1 hppa, #945849
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/python-docs/python-docs-3.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/python-docs/python-docs-3.13.1.ebuild b/app-doc/python-docs/python-docs-3.13.1.ebuild index 7ce7834bd881..7c66b92e8221 100644 --- a/app-doc/python-docs/python-docs-3.13.1.ebuild +++ b/app-doc/python-docs/python-docs-3.13.1.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=8 @@ -11,7 +11,7 @@ S=${WORKDIR}/${MY_P} 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 |