summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Bräunlich <wippbox@gmx.net>2016-09-08 15:06:08 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-15 17:21:02 +0200
commit4a8986291491bca93993fe8bbb7a83065121a23c (patch)
tree7c27190213e6d566dffab0447aaa01a72397f000 /media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild
parentx11-libs/gdk-pixbuf: Add $(get_exeext) to MULTILIB_CHOST_TOOLS (diff)
downloadgentoo-4a8986291491bca93993fe8bbb7a83065121a23c.tar.gz
gentoo-4a8986291491bca93993fe8bbb7a83065121a23c.tar.bz2
gentoo-4a8986291491bca93993fe8bbb7a83065121a23c.zip
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/fontconfig-2.11.1-r2.ebuild')
-rw-r--r--media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild
index b812a0a73859..148f6c262173 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() {