projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2157f0
)
media-gfx/gimp: Fix 9999 compilation
author
Sebastian Pipping
<sping@gentoo.org>
Fri, 7 Sep 2018 19:12:05 +0000
(21:12 +0200)
committer
Sebastian Pipping
<sping@gentoo.org>
Fri, 7 Sep 2018 19:12:41 +0000
(21:12 +0200)
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
patch
|
blob
|
history
diff --git
a/media-gfx/gimp/gimp-9999.ebuild
b/media-gfx/gimp/gimp-9999.ebuild
index d7b2c657903769221708bf01e774c18db73ef8d2..aed499a51a21362d13b2de38527936fc0494499f 100644
(file)
--- 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