summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Bräunlich <wippbox@gmx.net>2016-10-14 17:49:26 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-15 14:50:23 +0200
commit9388d6df383bb9c81d685e70af45378925e1dd3a (patch)
tree08456cb33bd6acdcfe6ff5ce31d671c5c4db9da4 /dev-libs/glib
parentdev-libs/xerces-c: x86 stable wrt bug #584506 (diff)
downloadgentoo-9388d6df383bb9c81d685e70af45378925e1dd3a.tar.gz
gentoo-9388d6df383bb9c81d685e70af45378925e1dd3a.tar.bz2
gentoo-9388d6df383bb9c81d685e70af45378925e1dd3a.zip
dev-libs/glib: Adding $(get_exeext) to MULTILIB_CHOST_TOOLS.
Gentoo-Bug: https://bugs.gentoo.org/588330 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2557 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.48.2.ebuild2
-rw-r--r--dev-libs/glib/glib-2.50.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.48.2.ebuild b/dev-libs/glib/glib-2.48.2.ebuild
index 8a367e7138e4..5b1c499da96d 100644
--- a/dev-libs/glib/glib-2.48.2.ebuild
+++ b/dev-libs/glib/glib-2.48.2.ebuild
@@ -68,7 +68,7 @@ PDEPEND="!<gnome-base/gvfs-1.6.4-r990
# Earlier versions of gvfs do not work with glib
MULTILIB_CHOST_TOOLS=(
- /usr/bin/gio-querymodules
+ /usr/bin/gio-querymodules$(get_exeext)
)
pkg_setup() {
diff --git a/dev-libs/glib/glib-2.50.0.ebuild b/dev-libs/glib/glib-2.50.0.ebuild
index c14c368c1772..b40c2d7e7bc3 100644
--- a/dev-libs/glib/glib-2.50.0.ebuild
+++ b/dev-libs/glib/glib-2.50.0.ebuild
@@ -68,7 +68,7 @@ PDEPEND="!<gnome-base/gvfs-1.6.4-r990
# Earlier versions of gvfs do not work with glib
MULTILIB_CHOST_TOOLS=(
- /usr/bin/gio-querymodules
+ /usr/bin/gio-querymodules$(get_exeext)
)
pkg_setup() {