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 6C322138330 for ; Thu, 15 Sep 2016 15:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 693D5E099D; 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 7B083E09D2 for ; Thu, 15 Sep 2016 15:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9186F340A3B 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 6CE7B2486 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: <1473952862.4a8986291491bca93993fe8bbb7a83065121a23c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild media-libs/fontconfig/fontconfig-2.12.0.ebuild media-libs/fontconfig/fontconfig-2.12.1.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a8986291491bca93993fe8bbb7a83065121a23c 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: 59552000-1f02-4f5b-99af-737c4dff28ed X-Archives-Hash: 27c3141748ef7efbf75d55cbe2707878 commit: 4a8986291491bca93993fe8bbb7a83065121a23c Author: Gerhard Bräunlich gmx net> AuthorDate: Thu Sep 8 13:06:08 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 15 15:21:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a898629 media-libs/fontconfig: 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 media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild | 4 ++-- media-libs/fontconfig/fontconfig-2.12.0.ebuild | 2 +- media-libs/fontconfig/fontconfig-2.12.1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild index b812a0a..148f6c2 100644 --- a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ PATCHES=( ) MULTILIB_CHOST_TOOLS=( - /usr/bin/fc-cache + /usr/bin/fc-cache$(get_exeext) ) pkg_setup() { diff --git a/media-libs/fontconfig/fontconfig-2.12.0.ebuild b/media-libs/fontconfig/fontconfig-2.12.0.ebuild index ea7e8d2..02be4f7 100644 --- a/media-libs/fontconfig/fontconfig-2.12.0.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.0.ebuild @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make liberation default ) -MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache ) +MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) ) pkg_setup() { DOC_CONTENTS="Please make fontconfig configuration changes using diff --git a/media-libs/fontconfig/fontconfig-2.12.1.ebuild b/media-libs/fontconfig/fontconfig-2.12.1.ebuild index ea7e8d2..02be4f7 100644 --- a/media-libs/fontconfig/fontconfig-2.12.1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.1.ebuild @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make liberation default ) -MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache ) +MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) ) pkg_setup() { DOC_CONTENTS="Please make fontconfig configuration changes using