commit:     74747dec4e1aab1807993446801554f2e2beeb17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 15:50:59 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:51:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74747dec

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

Closes: https://bugs.gentoo.org/945867
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-doc/python-docs/python-docs-3.12.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/python-docs/python-docs-3.12.8.ebuild 
b/app-doc/python-docs/python-docs-3.12.8.ebuild
index e5d0d3f528ee..806259566cfe 100644
--- a/app-doc/python-docs/python-docs-3.12.8.ebuild
+++ b/app-doc/python-docs/python-docs-3.12.8.ebuild
@@ -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)"

Reply via email to