diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 13:26:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 13:26:23 +0000 |
commit | 49e1d40ca5cd6d634dd4c0bdb139bcffb3fb00b5 (patch) | |
tree | f40944dea206c776ab040c946e45199146e21d61 /app-xemacs | |
parent | Re-add ~ppc64, removed by mistake (diff) | |
download | gentoo-2-49e1d40ca5cd6d634dd4c0bdb139bcffb3fb00b5.tar.gz gentoo-2-49e1d40ca5cd6d634dd4c0bdb139bcffb3fb00b5.tar.bz2 gentoo-2-49e1d40ca5cd6d634dd4c0bdb139bcffb3fb00b5.zip |
Re-add ~ppc64, removed by mistake
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/haskell-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/haskell-mode-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/haskell-mode/ChangeLog b/app-xemacs/haskell-mode/ChangeLog index 35d4f4d2256f..be190491292e 100644 --- a/app-xemacs/haskell-mode/ChangeLog +++ b/app-xemacs/haskell-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/haskell-mode -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.13 2007/10/25 12:12:36 graaff Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.14 2008/02/28 13:26:23 armin76 Exp $ + + 28 Feb 2008; Raúl Porcel <armin76@gentoo.org> haskell-mode-1.11.ebuild: + Re-add ~ppc64, removed by mistake 25 Oct 2007; Hans de Graaff <graaff@gentoo.org> -haskell-mode-1.05.ebuild: Remove old version diff --git a/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild index bd692ee5438f..4d264ab21452 100644 --- a/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild +++ b/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild,v 1.2 2007/07/11 02:37:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild,v 1.3 2008/02/28 13:26:23 armin76 Exp $ SLOT="0" IUSE="" @@ -12,6 +12,6 @@ app-xemacs/mail-lib app-xemacs/xemacs-base app-xemacs/edit-utils " -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages |