diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-09 17:15:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-09 17:15:23 +0000 |
commit | a15437b19b4a27c5b3b6ed408cf95951e6d0e1a8 (patch) | |
tree | 2282ff47bf45f17405b2c6bd1a1e7020a019a59b /app-editors/emacs/emacs-22.3-r3.ebuild | |
parent | stable sparc, bug 287393 (diff) | |
download | gentoo-2-a15437b19b4a27c5b3b6ed408cf95951e6d0e1a8.tar.gz gentoo-2-a15437b19b4a27c5b3b6ed408cf95951e6d0e1a8.tar.bz2 gentoo-2-a15437b19b4a27c5b3b6ed408cf95951e6d0e1a8.zip |
Fix undefined reference to x_any_window_to_frame in xterm.c, bug 292492.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs/emacs-22.3-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-22.3-r3.ebuild b/app-editors/emacs/emacs-22.3-r3.ebuild index fc8effeea292..1f3d9a6f5794 100644 --- a/app-editors/emacs/emacs-22.3-r3.ebuild +++ b/app-editors/emacs/emacs-22.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.1 2009/11/08 23:53:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.2 2009/11/09 17:15:23 ulm Exp $ EAPI=2 @@ -9,7 +9,7 @@ inherit autotools elisp-common eutils flag-o-matic DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.gz - mirror://gentoo/${P}-patches-2.tar.bz2" + mirror://gentoo/${P}-patches-3.tar.bz2" LICENSE="GPL-3 FDL-1.2 BSD as-is X11" SLOT="22" |