diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-12-21 15:45:33 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-12-21 15:45:33 +0100 |
commit | 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96 (patch) | |
tree | 6cf006227f4ec8ad4f7c2bd57b753881e1ebaa8f /app-editors/emacs | |
parent | cc62b10bb1309bb9451997782820edcaa0bdfef9 (diff) | |
download | gentoo-5b0d3bb4ec734650d84a7c56372e4fb12edc7d96.tar.gz gentoo-5b0d3bb4ec734650d84a7c56372e4fb12edc7d96.tar.xz |
app-editors/emacs: Turn PATCHES into bash array
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-18.59-r11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild index e78983d9dcc..0e04654850f 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. ;-) |