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/
Date: Mon, 21 Dec 2015 16:44:00
Message-Id: 1450716077.c3d6d804e564f31c44730c9ccd9d583021f6f942.ulm@gentoo
1 commit: c3d6d804e564f31c44730c9ccd9d583021f6f942
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 16:41:17 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 16:41:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d6d804
7
8 Revert "app-editors/emacs: Turn PATCHES into bash array"
9
10 This reverts commit 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96.
11 Revert purely stylistic change. Non-array PATCHES is explicitly
12 allowed in EAPI default_src_prepare().
13
14 app-editors/emacs/emacs-18.59-r11.ebuild | 5 +----
15 1 file changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild
18 index 0e04654..e78983d 100644
19 --- a/app-editors/emacs/emacs-18.59-r11.ebuild
20 +++ b/app-editors/emacs/emacs-18.59-r11.ebuild
21 @@ -27,10 +27,7 @@ RDEPEND=">=app-eselect/eselect-emacs-1.16
22 DEPEND="${RDEPEND}
23 virtual/pkgconfig"
24
25 -PATCHES=(
26 - "../${P}-linux22x-elf-glibc21.diff"
27 - "../patch"
28 - )
29 +PATCHES="../${P}-linux22x-elf-glibc21.diff ../patch"
30
31 src_configure() {
32 # autoconf? What's autoconf? We are living in 1992. ;-)