diff options
-rw-r--r-- | app-emacs/h4x0r/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/h4x0r/h4x0r-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/h4x0r/ChangeLog b/app-emacs/h4x0r/ChangeLog index 94f05364ccab..d3bdadbfd159 100644 --- a/app-emacs/h4x0r/ChangeLog +++ b/app-emacs/h4x0r/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/h4x0r # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.6 2005/07/02 09:32:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.7 2005/08/01 13:05:08 josejx Exp $ + + 01 Aug 2005; Joseph Jezak <josejx@gentoo.org> h4x0r-0.13.ebuild: + Marked ppc stable for bug #99251. 02 Jul 2005; David Holm <dholm@gentoo.org> h4x0r-0.13.ebuild: Added to ~ppc. diff --git a/app-emacs/h4x0r/h4x0r-0.13.ebuild b/app-emacs/h4x0r/h4x0r-0.13.ebuild index b4cf98cb7e9b..bb03ad63360d 100644 --- a/app-emacs/h4x0r/h4x0r-0.13.ebuild +++ b/app-emacs/h4x0r/h4x0r-0.13.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-emacs/h4x0r/h4x0r-0.13.ebuild,v 1.2 2005/07/02 09:32:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/h4x0r-0.13.ebuild,v 1.3 2005/08/01 13:05:08 josejx Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.livingtorah.org/~csebold/emacs/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" DEPEND="virtual/emacs" |