diff options
author | 2005-02-08 19:52:28 +0000 | |
---|---|---|
committer | 2005-02-08 19:52:28 +0000 | |
commit | c93792502d16729c8b7c9a6bae14bccc54bdc2e5 (patch) | |
tree | 4874150c62de8bab2ab943f30ee267e2204b4f3c /app-editors | |
parent | more ia64 fixes for building against linux26-headers-2.6.8.1-r2 (diff) | |
download | gentoo-2-c93792502d16729c8b7c9a6bae14bccc54bdc2e5.tar.gz gentoo-2-c93792502d16729c8b7c9a6bae14bccc54bdc2e5.tar.bz2 gentoo-2-c93792502d16729c8b7c9a6bae14bccc54bdc2e5.zip |
Stable on ppc64
(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 88ac6f81ab40..1e7cb4bd2e5b 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.52 2005/02/08 17:02:01 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.53 2005/02/08 19:52:28 corsair Exp $ + + 08 Feb 2005; Markus Rothe <corsair@gentoo.org> emacs-21.4.ebuild: + Stable on ppc64; bug #79686 08 Feb 2005; Olivier Crête <tester@gentoo.org> emacs-21.4.ebuild: Stable on x86 wrt bug #79686 diff --git a/app-editors/emacs/emacs-21.4.ebuild b/app-editors/emacs/emacs-21.4.ebuild index bfbc19f221ca..a9d60b983088 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.3 2005/02/08 17:02:01 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4.ebuild,v 1.4 2005/02/08 19:52:28 corsair 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 |