diff options
author | 2007-05-14 15:34:27 +0000 | |
---|---|---|
committer | 2007-05-14 15:34:27 +0000 | |
commit | 3496f68f7cd7fd77d886efd976babe25f41cf368 (patch) | |
tree | b019f6963dd5989cdbc505366f5bf8110f5829ae /dev-lang/ocaml | |
parent | Stable on x86 wrt bug #178470 (diff) | |
download | gentoo-2-3496f68f7cd7fd77d886efd976babe25f41cf368.tar.gz gentoo-2-3496f68f7cd7fd77d886efd976babe25f41cf368.tar.bz2 gentoo-2-3496f68f7cd7fd77d886efd976babe25f41cf368.zip |
Marked ~hppa (bug #178256).
(Portage version: 2.1.2.2)
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 d50d7d8d3311..7f95d21c05a5 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.106 2007/05/13 20:53:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.107 2007/05/14 15:34:27 jer Exp $ + + 14 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild: + Marked ~hppa (bug #178256). 13 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild: Readd ~ia64 wrt bug 178256 diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index b3fbb7b423b5..9e27a27db0b9 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.8 2007/05/13 20:53:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.9 2007/05/14 15:34:27 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="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gdbm ncurses tk latex X" DEPEND="tk? ( >=dev-lang/tk-3.3.3 ) |