diff options
author | Tom Martin <slarti@gentoo.org> | 2004-09-03 22:03:02 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-09-03 22:03:02 +0000 |
commit | 0c84a6bd7ced08f5898efcb45aefa593be9e2202 (patch) | |
tree | 82db283bca781cff27d688d16439a847f021a538 /app-emacs/ocaml-mode | |
parent | Marked ~amd64, resolves #58408. (Manifest recommit) (diff) | |
download | gentoo-2-0c84a6bd7ced08f5898efcb45aefa593be9e2202.tar.gz gentoo-2-0c84a6bd7ced08f5898efcb45aefa593be9e2202.tar.bz2 gentoo-2-0c84a6bd7ced08f5898efcb45aefa593be9e2202.zip |
Marked ~amd64, resolves #58421.
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index a2c641863548..5342c62068f7 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.2 2004/06/24 22:19:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.3 2004/09/03 22:03:02 slarti Exp $ + + 03 Sep 2004; Tom Martin <slarti@gentoo.org> ocaml-mode-3.07.ebuild: + Marked ~amd64, resolves #58421. Thanks to Gabriel Ebner <ge@gabrielebner.at> + for reporting. *ocaml-mode-3.07 (11 Apr 2004) diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild index fea590976f5b..2d057b9034a6 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild,v 1.3 2004/06/24 22:19:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild,v 1.4 2004/09/03 22:03:02 slarti Exp $ inherit elisp @@ -13,7 +13,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/emacs" |