diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-12 13:42:22 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-12 13:42:22 +0000 |
commit | 2787746c0cdfe6fc08851003fc52e6f4903e2663 (patch) | |
tree | cb22242074ff52009ab8b3dfa2799c54c8f23bf2 /dev-lang | |
parent | alpha stable (diff) | |
download | gentoo-2-2787746c0cdfe6fc08851003fc52e6f4903e2663.tar.gz gentoo-2-2787746c0cdfe6fc08851003fc52e6f4903e2663.tar.bz2 gentoo-2-2787746c0cdfe6fc08851003fc52e6f4903e2663.zip |
Stable on sparc
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 554ae6ffb109..cc46b5ca9e9b 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,10 @@ # 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.116 2007/07/11 18:51:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.117 2007/07/12 13:42:22 gustavoz Exp $ + + 12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> + ocaml-3.09.3-r1.ebuild: + Stable on sparc 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild: alpha/ia64/x86 stable and drop append-ldflags for alpha, not needed anymore diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index 494d4b771d74..166af755e4bc 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.17 2007/07/11 18:51:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.18 2007/07/12 13:42:22 gustavoz 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 ) |