diff options
author | 2011-10-01 03:26:13 +0000 | |
---|---|---|
committer | 2011-10-01 03:26:13 +0000 | |
commit | 562ceb40b62f2d428ec6df2f90e897ea735ded2a (patch) | |
tree | 544282e2ad3108fd545be6ef5093be33579217d9 /dev-ml | |
parent | x86 stable wrt bug #383753 (diff) | |
download | gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.tar.gz gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.tar.bz2 gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.zip |
x86 stable wrt bug #383825
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.02.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index b1c04fb3e418..5b6e8266dc6a 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # 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.58 2011/09/20 21:16:33 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.59 2011/10/01 03:26:13 phajdan.jr Exp $ + + 01 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> camlp5-6.02.3.ebuild: + x86 stable wrt bug #383825 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 diff --git a/dev-ml/camlp5/camlp5-6.02.3.ebuild b/dev-ml/camlp5/camlp5-6.02.3.ebuild index af54632e06b9..ab9f4dfb69b1 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.2 2011/09/20 21:16:33 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.3 2011/10/01 03:26:13 phajdan.jr 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?]" |