Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/
Date: Sun, 27 Feb 2022 00:54:32
Message-Id: 1645923175.e52e53152c51cb41521c3b4df36d51a12b258496.sam@gentoo
1 commit: e52e53152c51cb41521c3b4df36d51a12b258496
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Sat Feb 26 23:19:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 00:52:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52e5315
7
8 app-doc/gimp-help: add python_export_utf8_locale
9
10 Closes: https://bugs.gentoo.org/833566
11
12 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
13 Closes: https://github.com/gentoo/gentoo/pull/24290
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild | 7 +++++++
17 1 file changed, 7 insertions(+)
18
19 diff --git a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
20 index 719b556896f2..d04db34df635 100644
21 --- a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
22 +++ b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
23 @@ -33,3 +33,10 @@ python_check_deps() {
24 src_configure() {
25 econf --without-gimp
26 }
27 +
28 +src_compile() {
29 + # See bug: 833566
30 + python_export_utf8_locale
31 + # If affected with bug: 677198 then set "emake -j1"
32 + emake
33 +}