commit: 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 14:45:33 2015 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 14:45:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0d3bb4
app-editors/emacs: Turn PATCHES into bash array
app-editors/emacs/emacs-18.59-r11.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild
b/app-editors/emacs/emacs-18.59-r11.ebuild
index e78983d..0e04654 100644
--- a/app-editors/emacs/emacs-18.59-r11.ebuild
+++ b/app-editors/emacs/emacs-18.59-r11.ebuild
@@ -27,7 +27,10 @@ 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. ;-)