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 A0CCA138330 for ; Thu, 15 Sep 2016 15:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BFA2E09D2; Thu, 15 Sep 2016 15:21:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47889E0994 for ; Thu, 15 Sep 2016 15:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4365A340967 for ; Thu, 15 Sep 2016 15:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45474247E for ; Thu, 15 Sep 2016 15:21:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1473952842.55d962eaef573575c138858f15a350c14c0bf846.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.18.9.ebuild x11-libs/gtk+/gtk+-3.20.9.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 55d962eaef573575c138858f15a350c14c0bf846 X-VCS-Branch: master Date: Thu, 15 Sep 2016 15:21:19 +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: b262e2f1-8cf8-4fb6-9688-781c3ea8b014 X-Archives-Hash: 4e9c132697e69b48683910d3e7aff7b6 commit: 55d962eaef573575c138858f15a350c14c0bf846 Author: Gerhard Bräunlich gmx net> AuthorDate: Thu Sep 8 13:51:38 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 15 15:20:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d962ea x11-libs/gtk+: Add $(get_exeext) to MULTILIB_CHOST_TOOLS Bug: https://bugs.gentoo.org/588330 Package-Manager: portage-2.2.28 Pull-Request: https://github.com/gentoo/gentoo/pull/2278 x11-libs/gtk+/gtk+-3.18.9.ebuild | 2 +- x11-libs/gtk+/gtk+-3.20.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.18.9.ebuild b/x11-libs/gtk+/gtk+-3.18.9.ebuild index 0a116f8..f503cfd 100644 --- a/x11-libs/gtk+/gtk+-3.18.9.ebuild +++ b/x11-libs/gtk+/gtk+-3.18.9.ebuild @@ -96,7 +96,7 @@ PDEPEND=" " MULTILIB_CHOST_TOOLS=( - /usr/bin/gtk-query-immodules-3.0 + /usr/bin/gtk-query-immodules-3.0$(get_exeext) ) strip_builddir() { diff --git a/x11-libs/gtk+/gtk+-3.20.9.ebuild b/x11-libs/gtk+/gtk+-3.20.9.ebuild index 116c4ba..fec6fb5 100644 --- a/x11-libs/gtk+/gtk+-3.20.9.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.9.ebuild @@ -101,7 +101,7 @@ PDEPEND=" " MULTILIB_CHOST_TOOLS=( - /usr/bin/gtk-query-immodules-3.0 + /usr/bin/gtk-query-immodules-3.0$(get_exeext) ) strip_builddir() {