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 | 9ccf1eaca3d41c812869824d6fe1e9775c50556b (patch) | |
tree | cf56ab33a18acc7bac70db0f9dab4eed8febac6b /app-emacs | |
parent | Marked ~amd64, resolves #58408. (diff) | |
download | historical-9ccf1eaca3d41c812869824d6fe1e9775c50556b.tar.gz historical-9ccf1eaca3d41c812869824d6fe1e9775c50556b.tar.bz2 historical-9ccf1eaca3d41c812869824d6fe1e9775c50556b.zip |
Marked ~amd64, resolves #58421.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/Manifest | 14 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild | 4 |
3 files changed, 19 insertions, 5 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/Manifest b/app-emacs/ocaml-mode/Manifest index dbacd9f8a88c..b85ee4046351 100644 --- a/app-emacs/ocaml-mode/Manifest +++ b/app-emacs/ocaml-mode/Manifest @@ -1,5 +1,15 @@ -MD5 b9c87e751a6aa5abdf1846e853a7990d ocaml-mode-3.07.ebuild 1051 -MD5 04df618fb72f9dfc054ede7fd869e1e6 ChangeLog 511 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 195eb319917bae63bdc60d732d1c14ad ocaml-mode-3.07.ebuild 1056 +MD5 13332a5e9b6e2ac390a6675573386c25 ChangeLog 676 MD5 81377dd0b004dbd067148ec7adc1a4a2 metadata.xml 178 MD5 6e02dcc33419f9e035b77ff4a0104e8b files/digest-ocaml-mode-3.07 63 MD5 06a183adbef34aa6ef3e47aab97aad35 files/50ocaml-mode-gentoo.el 323 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBOOpqCHk4+ZoBpvsRAhvaAKCJtaWnD8THKercPcDRf79RhesKHwCeOFtM +wTSu2PXwPMn4xLJTJMjcq7Q= +=0nS3 +-----END PGP SIGNATURE----- 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" |