diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-02 16:09:06 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-02 16:09:06 +0000 |
commit | 801d59d341579b68c0991609893e001c754f8d59 (patch) | |
tree | 4a5f3168a34ceeb3592dbd6c7226857c78da2444 /dev-ml/camlp5 | |
parent | Previous fix for bug 256688 was a security risk, and was build-time instead o... (diff) | |
download | gentoo-2-801d59d341579b68c0991609893e001c754f8d59.tar.gz gentoo-2-801d59d341579b68c0991609893e001c754f8d59.tar.bz2 gentoo-2-801d59d341579b68c0991609893e001c754f8d59.zip |
stable x86, bug 276249
(Portage version: 2.1.6.13/cvs/Linux i686)
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 db42bb028529..0f2c25082ee0 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.35 2009/05/23 10:06:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.36 2009/07/02 16:09:06 fauli Exp $ + + 02 Jul 2009; Christian Faulhammer <fauli@gentoo.org> camlp5-5.12.ebuild: + stable x86, bug 276249 *camlp5-5.12 (23 May 2009) diff --git a/dev-ml/camlp5/camlp5-5.12.ebuild b/dev-ml/camlp5/camlp5-5.12.ebuild index bdfe0beae3c0..4b4142e61e38 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.1 2009/05/23 10:06:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.12.ebuild,v 1.2 2009/07/02 16:09:06 fauli 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?]" |