diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-08 09:10:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-08 09:10:16 +0000 |
commit | 283d92faff5a56d0896ff58546c80ec7544f4364 (patch) | |
tree | 455848ca59d1ee3ebbadb50c667bee0b9ce432fa /app-editors | |
parent | alpha/ia64 stable wrt #240308 (diff) | |
download | gentoo-2-283d92faff5a56d0896ff58546c80ec7544f4364.tar.gz gentoo-2-283d92faff5a56d0896ff58546c80ec7544f4364.tar.bz2 gentoo-2-283d92faff5a56d0896ff58546c80ec7544f4364.zip |
alpha/arm/ia64/sh/sparc/x86 stable wrt #240300
(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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 6ce6b4d9672d..f7ccee267c19 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.280 2008/10/07 12:22:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.281 2008/10/08 09:10:16 armin76 Exp $ + + 08 Oct 2008; Raúl Porcel <armin76@gentoo.org> emacs-22.3.ebuild: + alpha/arm/ia64/sh/sparc/x86 stable wrt #240300 07 Oct 2008; nixnut <nixnut@gentoo.org> emacs-22.3.ebuild: Stable on ppc wrt bug 240300 diff --git a/app-editors/emacs/emacs-22.3.ebuild b/app-editors/emacs/emacs-22.3.ebuild index df8f3be4092c..9a718fcda732 100644 --- a/app-editors/emacs/emacs-22.3.ebuild +++ b/app-editors/emacs/emacs-22.3.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.3.ebuild,v 1.7 2008/10/07 12:22:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.8 2008/10/08 09:10:16 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" |