summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/emacs: Fix temacs wrapper.Ulrich Müller2018-03-191-1/+1
| | | | | | | Disable the sandbox already when "env" is executed, so that the execvp executing temacs will be the regular one from libc. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/emacs: Disable the sandbox only when dumping.Ulrich Müller2018-03-111-3/+10
| | | | | | Apply this also to slots 18, 23, and 24. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/emacs: Revert "Disable the sandbox entirely."Ulrich Müller2018-02-111-2/+3
| | | | Reverts: 0b0800435bbc35d2a175fff316535bf3225379f6
* app-editors/emacs: Disable the sandbox entirely.Ulrich Müller2018-02-111-3/+2
| | | | | | | | In addition to SANDBOX_ON=0, unset LD_PRELOAD. Fixes a build error on sparc. Closes: https://bugs.gentoo.org/647238 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/emacs: Fix Emacs 18 build failure with 17.0 profiles.Ulrich Müller2017-12-111-3/+5
| | | | | | | | Adding -no-pie to LDFLAGS also does the trick for emacs-18.59. Rearrange toolchain flag manipulation a bit. Closes: https://bugs.gentoo.org/639562 Package-Manager: Portage-2.3.17, Repoman-2.3.6
* app-editors/emacs: Fix compilation with glibc-2.26.Ulrich Müller2017-12-071-1/+1
| | | | | Bug: https://bugs.gentoo.org/639562 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-editors/emacs: Add slot operator for ncurses.Ulrich Müller2017-02-041-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-editors/emacs: x86 stable wrt bug #573488Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: amd64 stable wrt bug #573488Mikle Kolyada2016-03-051-1/+1
| | | | Package-Manager: portage-2.2.26
* Revert "app-editors/emacs: Turn PATCHES into bash array"Ulrich Müller2015-12-211-4/+1
| | | | | | This reverts commit 5b0d3bb4ec734650d84a7c56372e4fb12edc7d96. Revert purely stylistic change. Non-array PATCHES is explicitly allowed in EAPI default_src_prepare().
* app-editors/emacs: Turn PATCHES into bash arrayPatrick Lauer2015-12-211-1/+4
|
* app-editors/emacs: Fixes for GCC 5.Ulrich Müller2015-12-201-0/+149
Emacs 18.59: Use system malloc. This fixes hanging at runtime when compiled with GCC 5.3. Fix a couple of compiler warnings. Emacs 23.4: Fix jpeg version check to work with gcc >= 5. Package-Manager: portage-2.2.26