commit: 4a8986291491bca93993fe8bbb7a83065121a23c Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net> AuthorDate: Thu Sep 8 13:06:08 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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
