commit:     c3d6d804e564f31c44730c9ccd9d583021f6f942
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 16:41:17 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 16:41:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d6d804

Revert "app-editors/emacs: Turn PATCHES into bash array"

This reverts commit 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96.
Revert purely stylistic change. Non-array PATCHES is explicitly
allowed in EAPI default_src_prepare().

 app-editors/emacs/emacs-18.59-r11.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild 
b/app-editors/emacs/emacs-18.59-r11.ebuild
index 0e04654..e78983d 100644
--- a/app-editors/emacs/emacs-18.59-r11.ebuild
+++ b/app-editors/emacs/emacs-18.59-r11.ebuild
@@ -27,10 +27,7 @@ RDEPEND=">=app-eselect/eselect-emacs-1.16
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-PATCHES=(
-       "../${P}-linux22x-elf-glibc21.diff"
-       "../patch"
-       )
+PATCHES="../${P}-linux22x-elf-glibc21.diff ../patch"
 
 src_configure() {
        # autoconf? What's autoconf? We are living in 1992. ;-)

Reply via email to