diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 19:26:28 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 19:26:28 +0000 |
commit | 9992145a93ecf4e373534167bc643a0fb204265b (patch) | |
tree | 22b5947a30649b5eb6ce5eae4012602d082eb526 /app-editors | |
parent | ppc stable #256377 (diff) | |
download | gentoo-2-9992145a93ecf4e373534167bc643a0fb204265b.tar.gz gentoo-2-9992145a93ecf4e373534167bc643a0fb204265b.tar.bz2 gentoo-2-9992145a93ecf4e373534167bc643a0fb204265b.zip |
ppc stable #256382
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index a5bef5dcd3b9..0cb976755bca 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.296 2009/02/01 16:07:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.297 2009/02/01 19:26:28 nixnut Exp $ + + 01 Feb 2009; nixnut <nixnut@gentoo.org> emacs-22.3-r1.ebuild: + ppc stable #256382 01 Feb 2009; Tobias Klausmann <klausman@gentoo.org> emacs-22.3-r1.ebuild: Stable on alpha, bug #256382 diff --git a/app-editors/emacs/emacs-22.3-r1.ebuild b/app-editors/emacs/emacs-22.3-r1.ebuild index 470a7efdde11..f88bc7fd6adb 100644 --- a/app-editors/emacs/emacs-22.3-r1.ebuild +++ b/app-editors/emacs/emacs-22.3-r1.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-r1.ebuild,v 1.6 2009/02/01 16:07:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r1.ebuild,v 1.7 2009/02/01 19:26:28 nixnut 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 as-is X11" 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" |