Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Fri, 07 Sep 2018 19:13:02
Message-Id: 1536347561.8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e.sping@gentoo
1 commit: 8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 19:12:05 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 19:12:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb3a783
7
8 media-gfx/gimp: Fix 9999 compilation
9
10 Actual gdbus-codegen is needed for app/gui/Makefile.am
11
12 Closes: https://bugs.gentoo.org/665446
13 Package-Manager: Portage-2.3.46, Repoman-2.3.10
14
15 media-gfx/gimp/gimp-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
19 index d7b2c657903..aed499a51a2 100644
20 --- a/media-gfx/gimp/gimp-9999.ebuild
21 +++ b/media-gfx/gimp/gimp-9999.ebuild
22 @@ -103,7 +103,7 @@ src_prepare() {
23 src_configure() {
24 local myconf=(
25 GEGL="${EPREFIX}"/usr/bin/gegl-0.4
26 - GDBUS_CODEGEN="${EPREFIX}"/bin/false
27 + GDBUS_CODEGEN="${EPREFIX}"/usr/bin/gdbus-codegen
28
29 --enable-default-binary
30 --disable-silent-rules