diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-07-06 17:53:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-07-06 17:53:23 +0000 |
commit | 62bb91a97ac7eaddb814265b0ff855a6e894878f (patch) | |
tree | 607fca9eeb1a6a5217f07714c783dc2ca8e024b0 /dev-ml/camlp5 | |
parent | arm/sh/sparc stable wrt #268669 (diff) | |
download | gentoo-2-62bb91a97ac7eaddb814265b0ff855a6e894878f.tar.gz gentoo-2-62bb91a97ac7eaddb814265b0ff855a6e894878f.tar.bz2 gentoo-2-62bb91a97ac7eaddb814265b0ff855a6e894878f.zip |
sparc stable wrt #276249
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 0f2c25082ee0..9b4a675095d9 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.36 2009/07/02 16:09:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.37 2009/07/06 17:53:23 armin76 Exp $ + + 06 Jul 2009; Raúl Porcel <armin76@gentoo.org> camlp5-5.12.ebuild: + sparc stable wrt #276249 02 Jul 2009; Christian Faulhammer <fauli@gentoo.org> camlp5-5.12.ebuild: stable x86, bug 276249 diff --git a/dev-ml/camlp5/camlp5-5.12.ebuild b/dev-ml/camlp5/camlp5-5.12.ebuild index 4b4142e61e38..84c83595faea 100644 --- a/dev-ml/camlp5/camlp5-5.12.ebuild +++ b/dev-ml/camlp5/camlp5-5.12.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.12.ebuild,v 1.2 2009/07/02 16:09:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.12.ebuild,v 1.3 2009/07/06 17:53:23 armin76 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?]" |