Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Mon, 07 Nov 2022 08:07:41
Message-Id: 1667808395.ee36948192c30374e9eaca149f11da770d76df58.sam@gentoo
1 commit: ee36948192c30374e9eaca149f11da770d76df58
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 7 08:06:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 7 08:06:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee369481
7
8 dev-lang/python: fix whitespace
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/python/python-3.12.0_alpha1_p1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/python/python-3.12.0_alpha1_p1.ebuild b/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
16 index 15f03994af05..0b85a0a8204b 100644
17 --- a/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
18 +++ b/dev-lang/python/python-3.12.0_alpha1_p1.ebuild
19 @@ -265,7 +265,7 @@ src_configure() {
20 popd &> /dev/null || die
21 fi
22
23 - # Fix implicit declarations on cross and prefix builds. Bug #674070.
24 + # Fix implicit declarations on cross and prefix builds. Bug #674070.
25 if use ncurses; then
26 append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
27 fi