diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-20 21:16:33 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-20 21:16:33 +0000 |
commit | 6950c541df34ea2694904b71d4514bc384103fc8 (patch) | |
tree | 7c248cde1b170c15b894169345c16e3e77d9293f /dev-ml | |
parent | Version bump for stable and beta channel releases. (diff) | |
download | gentoo-2-6950c541df34ea2694904b71d4514bc384103fc8.tar.gz gentoo-2-6950c541df34ea2694904b71d4514bc384103fc8.tar.bz2 gentoo-2-6950c541df34ea2694904b71d4514bc384103fc8.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #383825.
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.02.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 92800bd36ebd..b1c04fb3e418 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.57 2011/07/06 18:24:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.58 2011/09/20 21:16:33 chainsaw Exp $ + + 20 Sep 2011; Tony Vroon <chainsaw@gentoo.org> camlp5-6.02.3.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #383825. 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -camlp5-6.02.1-r1.ebuild, -files/camlp5-6.02.1-Fix-regression-in-pretty-printing-of-labelled-argume.pat diff --git a/dev-ml/camlp5/camlp5-6.02.3.ebuild b/dev-ml/camlp5/camlp5-6.02.3.ebuild index 9058ba278c89..af54632e06b9 100644 --- a/dev-ml/camlp5/camlp5-6.02.3.ebuild +++ b/dev-ml/camlp5/camlp5-6.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.1 2011/06/26 17:35:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.2 2011/09/20 21:16:33 chainsaw Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_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?]" |