diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 15:07:03 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 15:07:03 +0000 |
commit | 7623c7f7e1999325e6d6bd2174955704b276e287 (patch) | |
tree | fb3fffcc96676a9480bca8b227a6c076bd1cc110 /app-editors/emacs | |
parent | Stable on alpha, bug #296426 (diff) | |
download | gentoo-2-7623c7f7e1999325e6d6bd2174955704b276e287.tar.gz gentoo-2-7623c7f7e1999325e6d6bd2174955704b276e287.tar.bz2 gentoo-2-7623c7f7e1999325e6d6bd2174955704b276e287.zip |
Stable on alpha, bug #296159
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 9cf745a6219a..942be14cdce8 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.360 2009/12/30 16:19:12 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.361 2010/01/01 15:07:03 klausman Exp $ + + 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> emacs-22.3-r3.ebuild: + Stable on alpha, bug #296159 30 Dec 2009; Ulrich Mueller <ulm@gentoo.org> emacs-18.59-r6.ebuild: Drop X support for Emacs 18, because libX11[-xcb] will go away. diff --git a/app-editors/emacs/emacs-22.3-r3.ebuild b/app-editors/emacs/emacs-22.3-r3.ebuild index 93a8736589de..7c1c8f0affa1 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 +# 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-22.3-r3.ebuild,v 1.11 2009/12/28 18:37:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.12 2010/01/01 15:07:03 klausman Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz LICENSE="GPL-3 FDL-1.2 BSD as-is MIT" SLOT="22" -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 gif gtk gzip-el hesiod jpeg kerberos motif png sound source tiff toolkit-scroll-bars X Xaw3d +xpm" RESTRICT="strip" |