summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/eix/eix-0.33.8.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-portage/eix/eix-0.33.8.ebuild b/app-portage/eix/eix-0.33.8.ebuild
index d6ad1512e486..49fba0c878cd 100644
--- a/app-portage/eix/eix-0.33.8.ebuild
+++ b/app-portage/eix/eix-0.33.8.ebuild
@@ -76,10 +76,8 @@ src_configure() {
# https://github.com/vaeth/eix/issues/35
append-cxxflags -std=c++14
- if [[ ${CHOST} == *-cygwin* ]]; then
- # work around https://github.com/vaeth/eix/issues/64, bug#687988
- export mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
- fi
+ # work around https://github.com/vaeth/eix/issues/64, bug#687988
+ local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
econf "${myconf[@]}"
}