diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-03 09:52:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-03 09:52:04 +0000 |
commit | 129b16ce6e756653d048b200d174b05aa8954266 (patch) | |
tree | 9382a8bc7d746e6630c5fb6e5114331311eace59 /app-editors | |
parent | Fix bug 236523, upstream changed default menu location. (diff) | |
download | gentoo-2-129b16ce6e756653d048b200d174b05aa8954266.tar.gz gentoo-2-129b16ce6e756653d048b200d174b05aa8954266.tar.bz2 gentoo-2-129b16ce6e756653d048b200d174b05aa8954266.zip |
alpha/ia64/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 0739effd7585..6c65043ebd32 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.266 2008/09/03 06:58:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.267 2008/09/03 09:52:04 armin76 Exp $ + + 03 Sep 2008; Raúl Porcel <armin76@gentoo.org> emacs-22.2-r3.ebuild: + alpha/ia64/sparc/x86 stable 03 Sep 2008; Jeroen Roovers <jer@gentoo.org> emacs-22.2-r3.ebuild: Stable for HPPA (bug #236498). diff --git a/app-editors/emacs/emacs-22.2-r3.ebuild b/app-editors/emacs/emacs-22.2-r3.ebuild index 1afaa5894394..bbddfefe63cd 100644 --- a/app-editors/emacs/emacs-22.2-r3.ebuild +++ b/app-editors/emacs/emacs-22.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v 1.4 2008/09/03 06:58:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v 1.5 2008/09/03 09:52:04 armin76 Exp $ inherit autotools elisp-common eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz" LICENSE="GPL-3 FDL-1.2 BSD" SLOT="22" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm" RESTRICT="strip" |