Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Mon, 21 Dec 2015 14:46:17
Message-Id: 1450709133.5b0d3bb4ec734650d84a7c56372e4fb12edc7d96.patrick@gentoo
1 commit: 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 14:45:33 2015 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 14:45:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0d3bb4
7
8 app-editors/emacs: Turn PATCHES into bash array
9
10 app-editors/emacs/emacs-18.59-r11.ebuild | 5 ++++-
11 1 file changed, 4 insertions(+), 1 deletion(-)
12
13 diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild
14 index e78983d..0e04654 100644
15 --- a/app-editors/emacs/emacs-18.59-r11.ebuild
16 +++ b/app-editors/emacs/emacs-18.59-r11.ebuild
17 @@ -27,7 +27,10 @@ RDEPEND=">=app-eselect/eselect-emacs-1.16
18 DEPEND="${RDEPEND}
19 virtual/pkgconfig"
20
21 -PATCHES="../${P}-linux22x-elf-glibc21.diff ../patch"
22 +PATCHES=(
23 + "../${P}-linux22x-elf-glibc21.diff"
24 + "../patch"
25 + )
26
27 src_configure() {
28 # autoconf? What's autoconf? We are living in 1992. ;-)