diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:26:24 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:26:24 +0000 |
commit | f01921ad3a22bb7bfb58011fb4edc29011c5c0da (patch) | |
tree | de4512ebeca09507b178bacbefb651630e52386e /app-editors | |
parent | Stable on alpha, bug #284996 (diff) | |
download | gentoo-2-f01921ad3a22bb7bfb58011fb4edc29011c5c0da.tar.gz gentoo-2-f01921ad3a22bb7bfb58011fb4edc29011c5c0da.tar.bz2 gentoo-2-f01921ad3a22bb7bfb58011fb4edc29011c5c0da.zip |
Stable on alpha, bug #285063
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index ab68822f255a..f3800ff9a1a5 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.339 2009/09/27 19:13:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.340 2009/10/01 18:26:24 klausman Exp $ + + 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> emacs-23.1.ebuild: + Stable on alpha, bug #285063 27 Sep 2009; nixnut <nixnut@gentoo.org> emacs-23.1.ebuild: ppc stable #285063 diff --git a/app-editors/emacs/emacs-23.1.ebuild b/app-editors/emacs/emacs-23.1.ebuild index f9ab9a15e051..ee7d991f3896 100644 --- a/app-editors/emacs/emacs-23.1.ebuild +++ b/app-editors/emacs/emacs-23.1.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-23.1.ebuild,v 1.10 2009/09/27 19:13:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.1.ebuild,v 1.11 2009/10/01 18:26:24 klausman Exp $ EAPI=2 @@ -29,7 +29,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/" LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C unicode" SLOT="23" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm" RESTRICT="strip" |