summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-07-05 15:07:05 +0000
committerUlrich Müller <ulm@gentoo.org>2012-07-05 15:07:05 +0000
commitcaafcd61dfc7edc0c955d7bb95350560019a233f (patch)
treec3d2145664641f30fff9b3a6dbfe6f3141acb8c2 /app-editors
parentOld. (diff)
downloadgentoo-2-caafcd61dfc7edc0c955d7bb95350560019a233f.tar.gz
gentoo-2-caafcd61dfc7edc0c955d7bb95350560019a233f.tar.bz2
gentoo-2-caafcd61dfc7edc0c955d7bb95350560019a233f.zip
Fix compile failure with glibc-2.16 (updated gets in gnulib). Bug 424755.
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/ChangeLog5
-rw-r--r--app-editors/emacs/emacs-24.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index a167a71df8a0..d5340783333c 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.501 2012/07/03 20:23:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.502 2012/07/05 15:07:05 ulm Exp $
+
+ 05 Jul 2012; Ulrich Müller <ulm@gentoo.org> emacs-24.1.ebuild:
+ Fix compile failure with glibc-2.16 (updated gets in gnulib). Bug 424755.
03 Jul 2012; Jeroen Roovers <jer@gentoo.org> emacs-23.4-r3.ebuild:
Stable for HPPA (bug #423507).
diff --git a/app-editors/emacs/emacs-24.1.ebuild b/app-editors/emacs/emacs-24.1.ebuild
index 9400ab236668..0066b9d89bd1 100644
--- a/app-editors/emacs/emacs-24.1.ebuild
+++ b/app-editors/emacs/emacs-24.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.5 2012/06/29 07:58:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.6 2012/07/05 15:07:05 ulm Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
HOMEPAGE="http://www.gnu.org/software/emacs/"
SRC_URI="mirror://gnu/emacs/${P}.tar.bz2
- mirror://gentoo/${P}-patches-2.tar.bz2"
+ mirror://gentoo/${P}-patches-3.tar.bz2"
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="24"