diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-18 08:26:13 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-18 09:32:13 +0100 |
commit | 34b294a31b11dc7c997c15f31112d17d7dcd466f (patch) | |
tree | a43997f4496e45ab222dfe990b1fbad20dcf0256 /app-editors/emacs/emacs-24.5-r3.ebuild | |
parent | sys-fs/eudev: Fix building with newer gperf (diff) | |
download | gentoo-34b294a31b11dc7c997c15f31112d17d7dcd466f.tar.gz gentoo-34b294a31b11dc7c997c15f31112d17d7dcd466f.tar.bz2 gentoo-34b294a31b11dc7c997c15f31112d17d7dcd466f.zip |
app-editors/emacs: Fix temacs segmentation fault due to endless calloc loop.
Bug: 609680
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-editors/emacs/emacs-24.5-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-24.5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-24.5-r3.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild index 34caaded4cd9..db894a2a8740 100644 --- a/app-editors/emacs/emacs-24.5-r3.ebuild +++ b/app-editors/emacs/emacs-24.5-r3.ebuild @@ -9,7 +9,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo-r1 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="https://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.xz - https://dev.gentoo.org/~ulm/emacs/${P}-patches-2.tar.xz" + https://dev.gentoo.org/~ulm/emacs/${P}-patches-3.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24" |