diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-05-14 19:06:32 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-05-14 19:06:32 +0000 |
commit | fe57affbe8982159238d6f99f16465b4a7291fe4 (patch) | |
tree | 4ecdcb5a1de1cfb34001b9b34f211e6b9eefebca /dev-ml/camlp5 | |
parent | amd64/x86 stable, bug #269096 (diff) | |
download | gentoo-2-fe57affbe8982159238d6f99f16465b4a7291fe4.tar.gz gentoo-2-fe57affbe8982159238d6f99f16465b4a7291fe4.tar.bz2 gentoo-2-fe57affbe8982159238d6f99f16465b4a7291fe4.zip |
Sparc stable, Bug #260604.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 083a41034578..7b088bd7a19d 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.32 2009/03/18 18:18:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.33 2009/05/14 19:06:32 fmccor Exp $ + + 14 May 2009; Ferris McCormick <fmccor@gentoo.org> camlp5-5.11.ebuild: + Sparc stable, Bug #260604. 18 Mar 2009; Brent Baude <ranger@gentoo.org> camlp5-5.11.ebuild: stable ppc, bug 260604 diff --git a/dev-ml/camlp5/camlp5-5.11.ebuild b/dev-ml/camlp5/camlp5-5.11.ebuild index 6b9cd7ba56c8..1823c321662d 100644 --- a/dev-ml/camlp5/camlp5-5.11.ebuild +++ b/dev-ml/camlp5/camlp5-5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.11.ebuild,v 1.3 2009/03/18 18:18:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.11.ebuild,v 1.4 2009/05/14 19:06:32 fmccor Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]" |