From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93B00138334 for ; Fri, 7 Sep 2018 19:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E409E082B; Fri, 7 Sep 2018 19:13:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F140E082B for ; Fri, 7 Sep 2018 19:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B21D3335CC9 for ; Fri, 7 Sep 2018 19:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D263BC for ; Fri, 7 Sep 2018 19:12:56 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1536347561.8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e X-VCS-Branch: master Date: Fri, 7 Sep 2018 19:12:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 203e11e3-2977-4b12-ac3c-9dc365d6802b X-Archives-Hash: e6e7ef4d2c0391a1de9c8e38f087a104 commit: 8fb3a78383d10a3efad1fd2d86b2ce5c94dfbe3e Author: Sebastian Pipping gentoo org> AuthorDate: Fri Sep 7 19:12:05 2018 +0000 Commit: Sebastian Pipping gentoo 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