diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-14 01:40:17 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-14 01:40:17 +0000 |
commit | d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6 (patch) | |
tree | 394804a17c3cbadd7857d0aac8b94deb408a77bc /dev-ml/ocaml-make | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.tar.gz historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.tar.bz2 historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.zip |
~amd64
Diffstat (limited to 'dev-ml/ocaml-make')
-rw-r--r-- | dev-ml/ocaml-make/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog index d53301a70aac..4f38158c61a0 100644 --- a/dev-ml/ocaml-make/ChangeLog +++ b/dev-ml/ocaml-make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-make # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.4 2004/06/25 00:02:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.5 2004/07/14 01:40:17 lv Exp $ + + 13 Jul 2004; Travis Tilley <lv@gentoo.org> ocaml-make-5.04.0.ebuild: + added ~amd64 keyword 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ocaml-make-5.04.0.ebuild: diff --git a/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild b/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild index 283ebadf0d5c..01d592374c5d 100644 --- a/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild +++ b/dev-ml/ocaml-make/ocaml-make-5.04.0.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/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild,v 1.4 2004/06/25 00:02:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild,v 1.5 2004/07/14 01:40:17 lv Exp $ DESCRIPTION="Generic O'Caml Makefile for GNU Make" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -10,7 +10,7 @@ DEPEND=">=dev-lang/ocaml-3.06-r1 >=dev-ml/findlib-0.8" SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" IUSE="" src_compile() { |