Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Tue, 31 Jan 2017 06:25:06
Message-Id: 1485842923.8f6cd74f9832b76a0964a00821113364805fc717.ulm@gentoo
1 commit: 8f6cd74f9832b76a0964a00821113364805fc717
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 06:08:43 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 06:08:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6cd74f
7
8 app-editors/emacs-vcs: Use bash -c rather than subshell.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
16 index cc111aa..1dc6fab 100644
17 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
18 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
19 @@ -116,7 +116,7 @@ src_prepare() {
20 [[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
21 || die "Upstream version number changed to ${FULL_VERSION}"
22
23 - ( autoreconf() { :; }; . autogen.sh --no-check ) || die #605400
24 + bash -c "autoreconf() { :; }; . autogen.sh --no-check" || die #605400
25 fi
26
27 eapply_user