diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-21 17:20:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-21 17:20:23 +0000 |
commit | d6d15f317b2441e7407f8128892b8f677cc0078f (patch) | |
tree | 5b84118ee765362137d75f64ca70bd15c73e3734 /app-editors/emacs | |
parent | sparc stable wrt #299568 (diff) | |
download | gentoo-2-d6d15f317b2441e7407f8128892b8f677cc0078f.tar.gz gentoo-2-d6d15f317b2441e7407f8128892b8f677cc0078f.tar.bz2 gentoo-2-d6d15f317b2441e7407f8128892b8f677cc0078f.zip |
Updated patch for arm, bug 302357.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 94873cbbd93b..da447b98cd5b 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.368 2010/01/31 11:51:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.369 2010/02/21 17:20:23 ulm Exp $ + + 21 Feb 2010; Ulrich Mueller <ulm@gentoo.org> emacs-23.1-r2.ebuild: + Updated patch for arm, bug 302357, thanks to armin76. 31 Jan 2010; Raúl Porcel <armin76@gentoo.org> emacs-23.1-r2.ebuild: arm stable wrt #296159 diff --git a/app-editors/emacs/emacs-23.1-r2.ebuild b/app-editors/emacs/emacs-23.1-r2.ebuild index 92f560b5c309..4f6748cffeec 100644 --- a/app-editors/emacs/emacs-23.1-r2.ebuild +++ b/app-editors/emacs/emacs-23.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.1-r2.ebuild,v 1.17 2010/01/31 11:51:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.1-r2.ebuild,v 1.18 2010/02/21 17:20:23 ulm Exp $ EAPI=2 @@ -17,7 +17,7 @@ if [ "${PV##*.}" = "9999" ]; then S="${WORKDIR}/${ECVS_LOCALNAME}" else SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 - mirror://gentoo/${P}-patches-4.tar.bz2" + mirror://gentoo/${P}-patches-5.tar.bz2" # FULL_VERSION keeps the full version number, which is needed in # order to determine some path information correctly for copy/move # operations later on |