summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/auto-fu-zsh/ChangeLog3
-rw-r--r--app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild4
-rw-r--r--dev-util/mv_perl/ChangeLog4
3 files changed, 8 insertions, 3 deletions
diff --git a/app-shells/auto-fu-zsh/ChangeLog b/app-shells/auto-fu-zsh/ChangeLog
index cc066c71..3e8b7131 100644
--- a/app-shells/auto-fu-zsh/ChangeLog
+++ b/app-shells/auto-fu-zsh/ChangeLog
@@ -4,6 +4,9 @@
*auto-fu-zsh-99999999 (14 Sep 2013)
+ 20 Sep 2014; Martin Väth <martin@mvath.de>:
+ Fix compilation in some corner cases
+
06 Jul 2014; Martin Väth <martin@mvath.de>:
New style github tarball
diff --git a/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild b/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
index 048b95c6..a12dc612 100644
--- a/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
+++ b/app-shells/auto-fu-zsh/auto-fu-zsh-99999999.ebuild
@@ -116,7 +116,9 @@ src_prepare() {
src_compile() {
! use compile || mPN="${mPN}" \
- zsh -c 'source ${mPN} && auto-fu-zcompile ${PWD}/${mPN} ${PWD}' || die
+ zsh -c 'setopt extendedglob no_shwordsplit
+source ${mPN}
+auto-fu-zcompile ${PWD}/${mPN} ${PWD}' || die
}
src_install() {
diff --git a/dev-util/mv_perl/ChangeLog b/dev-util/mv_perl/ChangeLog
index 72edf526..840e329f 100644
--- a/dev-util/mv_perl/ChangeLog
+++ b/dev-util/mv_perl/ChangeLog
@@ -2,9 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
-*mv_perl-2.38 (13 Sep 2014)
+*mv_perl-2.38 (20 Sep 2014)
- 13 Sep 2014; Martin Väth <martin@mvath.de>:
+ 20 Sep 2014; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild
*mv_perl-2.37 (13 Sep 2014)