diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-26 02:06:40 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-26 02:06:40 +0000 |
commit | f083cff40a23c1c9c3fddb81b1a7eb851a81e68a (patch) | |
tree | 4c9e4a47af57d60c78292f18dd1fce36efa0c6fb /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | digest fix (Manifest recommit) (diff) | |
download | gentoo-2-f083cff40a23c1c9c3fddb81b1a7eb851a81e68a.tar.gz gentoo-2-f083cff40a23c1c9c3fddb81b1a7eb851a81e68a.tar.bz2 gentoo-2-f083cff40a23c1c9c3fddb81b1a7eb851a81e68a.zip |
~macos (problems)
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |