diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-09-07 21:12:05 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-09-07 21:12:41 +0200 |
commit | 8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e (patch) | |
tree | 4a483554e7707a366550eb73ad8ead2e61020b78 /media-gfx/gimp | |
parent | net-print/cups-filters: stable 1.20.4 for sparc, bug #663000 (diff) | |
download | gentoo-8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e.tar.gz gentoo-8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e.tar.bz2 gentoo-8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e.zip |
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
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index d7b2c6579037..aed499a51a21 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 |