diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-09 11:31:09 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-09 11:31:09 +0000 |
commit | 22f702189fa0480849759dc2ef09e602f1380bb7 (patch) | |
tree | dd88fc363476a9d64a6cc55706b53c1b9a4f07f9 /app-editors | |
parent | Fixing up _p and _r support in OKV (diff) | |
download | gentoo-2-22f702189fa0480849759dc2ef09e602f1380bb7.tar.gz gentoo-2-22f702189fa0480849759dc2ef09e602f1380bb7.tar.bz2 gentoo-2-22f702189fa0480849759dc2ef09e602f1380bb7.zip |
Stable on ppc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index ce8a79050e1f..0371a6da5fc3 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.54 2005/02/09 11:02:40 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.55 2005/02/09 11:31:09 hansmi Exp $ + + 09 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> emacs-21.4.ebuild: + Stable on ppc. 09 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> emacs-21.4.ebuild: Marked stable on amd64, bug 79686. diff --git a/app-editors/emacs/emacs-21.4.ebuild b/app-editors/emacs/emacs-21.4.ebuild index 4a3cbfb03a86..7b9c5bd7bc5d 100644 --- a/app-editors/emacs/emacs-21.4.ebuild +++ b/app-editors/emacs/emacs-21.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4.ebuild,v 1.5 2005/02/09 11:02:40 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4.ebuild,v 1.6 2005/02/09 11:31:09 hansmi Exp $ inherit flag-o-matic eutils alternatives toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz LICENSE="GPL-2" SLOT="21" -KEYWORDS="x86 ~ppc sparc ~alpha ~arm ~hppa amd64 -ia64 ~s390 ppc64" +KEYWORDS="x86 ppc sparc ~alpha ~arm ~hppa amd64 -ia64 ~s390 ppc64" IUSE="X Xaw3d gnome leim lesstif motif nls nosendmail" RDEPEND="sys-libs/ncurses |