diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-07-22 23:00:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-07-22 23:00:06 +0000 |
commit | d993c94c83f29a46ada3dbfa3d5115b2c6f675e0 (patch) | |
tree | bed6a1df3d4fbfc70f4b9b2140f91b1e2de6a0df /dev-lang/ocaml | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-d993c94c83f29a46ada3dbfa3d5115b2c6f675e0.tar.gz gentoo-2-d993c94c83f29a46ada3dbfa3d5115b2c6f675e0.tar.bz2 gentoo-2-d993c94c83f29a46ada3dbfa3d5115b2c6f675e0.zip |
Stable for HPPA too.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index cc46b5ca9e9b..22c9c7500834 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.117 2007/07/12 13:42:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.118 2007/07/22 23:00:06 jer Exp $ + + 22 Jul 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild: + Stable for HPPA too. 12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> ocaml-3.09.3-r1.ebuild: diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index bf69ad9a1f8c..8f966d93a37f 100644 --- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.19 2007/07/13 06:25:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.20 2007/07/22 23:00:06 jer Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://caml.inria.fr/distrib/ocaml-$( get_version_component_range 1-2 ) LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="gdbm ncurses tk latex X" DEPEND="tk? ( >=dev-lang/tk-3.3.3 ) |