commit: ee36948192c30374e9eaca149f11da770d76df58
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 08:06:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 08:06:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee369481
dev-lang/python: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/python/python-3.12.0_alpha1_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
b/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
index 15f03994af05..0b85a0a8204b 100644
--- a/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
+++ b/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
@@ -265,7 +265,7 @@ src_configure() {
popd &> /dev/null || die
fi
- # Fix implicit declarations on cross and prefix builds. Bug #674070.
+ # Fix implicit declarations on cross and prefix builds. Bug #674070.
if use ncurses; then
append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
fi