diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-09-08 15:06:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-15 17:21:02 +0200 |
commit | 4a8986291491bca93993fe8bbb7a83065121a23c (patch) | |
tree | 7c27190213e6d566dffab0447aaa01a72397f000 /media-libs/fontconfig | |
parent | fc406a5d85672ebcbbcae65ea6aa4b46925cb637 (diff) | |
download | gentoo-4a8986291491bca93993fe8bbb7a83065121a23c.tar.gz gentoo-4a8986291491bca93993fe8bbb7a83065121a23c.tar.xz |
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
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.12.0.ebuild | 2 | ||||
-rw-r--r-- | 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 b812a0a7385..148f6c26217 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 ea7e8d27125..02be4f734a7 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 ea7e8d27125..02be4f734a7 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 |