diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-12-21 17:41:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-12-21 17:41:17 +0100 |
commit | c3d6d804e564f31c44730c9ccd9d583021f6f942 (patch) | |
tree | 6939d6f6c914d79a558b628eb6a78c4e13b7e431 /app-editors | |
parent | app-benchmarks/siege: Bump (diff) | |
download | gentoo-c3d6d804e564f31c44730c9ccd9d583021f6f942.tar.gz gentoo-c3d6d804e564f31c44730c9ccd9d583021f6f942.tar.bz2 gentoo-c3d6d804e564f31c44730c9ccd9d583021f6f942.zip |
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().
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-18.59-r11.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild index 0e04654850f2..e78983d9dcc9 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. ;-) |