app-doc/python-docs: Fix S in 3.12.8

Closes: https://bugs.gentoo.org/945867
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-12-04 16:50:59 +01:00
parent 32cdc592aa
commit 74747dec4e

View File

@@ -6,7 +6,7 @@ EAPI=8
DESCRIPTION="HTML documentation for Python"
HOMEPAGE="https://www.python.org/doc/"
SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
S="${WORKDIR}/python-3.12-docs-html"
S="${WORKDIR}/python-${PV}-docs-html"
LICENSE="PSF-2"
SLOT="$(ver_cut 1-2)"