summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Plank <alexander@gentoo.org>2004-07-26 02:06:40 +0000
committerAlexander Plank <alexander@gentoo.org>2004-07-26 02:06:40 +0000
commit3d4d5e50a6b323abc74d859edee2f4e3f717e403 (patch)
tree82074944e407a5be57effe0bdaad35f919757f9b /dev-lang/ocaml
parentdigest fix (diff)
downloadhistorical-3d4d5e50a6b323abc74d859edee2f4e3f717e403.tar.gz
historical-3d4d5e50a6b323abc74d859edee2f4e3f717e403.tar.bz2
historical-3d4d5e50a6b323abc74d859edee2f4e3f717e403.zip
~macos (problems)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog5
-rw-r--r--dev-lang/ocaml/ocaml-3.07-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index d867809c748b..ebd34e437b18 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.36 2004/07/25 20:07:57 alexander Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.37 2004/07/26 02:06:40 alexander Exp $
+
+ 25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
+ ~macos keyword (unison fails and cites ocaml problems)
25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
add macos keyword
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild
index c7b89b5b4457..71a82b4e0c92 100644
--- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-3.07-r1.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-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.16 2004/07/25 20:07:57 alexander Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.17 2004/07/26 02:06:40 alexander Exp $
inherit flag-o-matic eutils
@@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="x86 ~sparc ~ppc alpha ~ia64 ~amd64 hppa macos"
+KEYWORDS="x86 ~sparc ~ppc alpha ~ia64 ~amd64 hppa ~macos"
IUSE="tcltk"
DEPEND="virtual/libc
@@ -73,4 +73,4 @@ pkg_postinst() {
einfo "sh ${FILESDIR}/ocaml-rebuild.sh [-h | emerge options]"
einfo "Which will call emerge on all old packages with the given options"
echo
-} \ No newline at end of file
+}