Skip to content

Commit

Permalink
dev-libs/glib: Adding $(get_exeext) to MULTILIB_CHOST_TOOLS.
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/588330

Package-Manager: portage-2.3.0
Closes: gentoo#2557

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
g-braeunlich authored and monsieurp committed Oct 15, 2016
1 parent 43e0e1c commit 9388d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-libs/glib/glib-2.48.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/glib/glib-2.50.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9388d6d

Please sign in to comment.