diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-09 23:43:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-09 23:43:06 +0000 |
commit | 1a7573c8515a7fab71bf33cf1a1620da43adb576 (patch) | |
tree | 170d150375f333d7203577b6b201d1260fe43b71 /app-editors | |
parent | Fixed broken Manifest. (diff) | |
download | gentoo-2-1a7573c8515a7fab71bf33cf1a1620da43adb576.tar.gz gentoo-2-1a7573c8515a7fab71bf33cf1a1620da43adb576.tar.bz2 gentoo-2-1a7573c8515a7fab71bf33cf1a1620da43adb576.zip |
Stable on alpha, bug 79686.
(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 0371a6da5fc3..141ec45ade77 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.55 2005/02/09 11:31:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.56 2005/02/09 23:43:06 kloeri Exp $ + + 10 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> emacs-21.4.ebuild: + Stable on alpha, bug 79686. 09 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> emacs-21.4.ebuild: Stable on ppc. diff --git a/app-editors/emacs/emacs-21.4.ebuild b/app-editors/emacs/emacs-21.4.ebuild index 7b9c5bd7bc5d..292a2e9d2724 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.6 2005/02/09 11:31:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4.ebuild,v 1.7 2005/02/09 23:43:06 kloeri 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 |