diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-18 00:12:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-18 00:12:16 +0000 |
commit | 669444f3e3eddded956145d73a67fec04638f014 (patch) | |
tree | c0f4aa9bc4ca540866e3087c3b23727ca3bd9bc9 /dev-lang/ocaml/ocaml-3.08.4.ebuild | |
parent | +dev-lang/swig:lua - Enable Lua scripting support (diff) | |
download | gentoo-2-669444f3e3eddded956145d73a67fec04638f014.tar.gz gentoo-2-669444f3e3eddded956145d73a67fec04638f014.tar.bz2 gentoo-2-669444f3e3eddded956145d73a67fec04638f014.zip |
arm love but drop s390 since it hasnt been ported yet
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.08.4.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.08.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.08.4.ebuild b/dev-lang/ocaml/ocaml-3.08.4.ebuild index e5af01e9be92..ef891d351a08 100644 --- a/dev-lang/ocaml/ocaml-3.08.4.ebuild +++ b/dev-lang/ocaml/ocaml-3.08.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.1 2005/09/21 21:54:25 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.2 2005/10/18 00:12:16 vapier Exp $ inherit flag-o-matic eutils multilib @@ -11,7 +11,7 @@ SRC_URI="http://caml.inria.fr/distrib/ocaml-3.08/${P}.tar.bz2" LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos -s390 ~sparc ~x86" IUSE="tcltk latex" DEPEND="virtual/libc |