commit:     8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 19:12:05 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 19:12:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb3a783

media-gfx/gimp: Fix 9999 compilation

Actual gdbus-codegen is needed for app/gui/Makefile.am

Closes: https://bugs.gentoo.org/665446
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 media-gfx/gimp/gimp-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index d7b2c657903..aed499a51a2 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -103,7 +103,7 @@ src_prepare() {
 src_configure() {
        local myconf=(
                GEGL="${EPREFIX}"/usr/bin/gegl-0.4
-               GDBUS_CODEGEN="${EPREFIX}"/bin/false
+               GDBUS_CODEGEN="${EPREFIX}"/usr/bin/gdbus-codegen
 
                --enable-default-binary
                --disable-silent-rules

Reply via email to