diff options
author | Markus Meier <maekke@gentoo.org> | 2008-08-08 20:06:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-08-08 20:06:43 +0000 |
commit | 9fa2c85434dd3a621d389ee1fed1373e217b527c (patch) | |
tree | 3db12f3f6d744cdbaa5aeaae8c709c7f28866ca5 /dev-ml | |
parent | Stable on ppc wrt bug 232671 (diff) | |
download | gentoo-2-9fa2c85434dd3a621d389ee1fed1373e217b527c.tar.gz gentoo-2-9fa2c85434dd3a621d389ee1fed1373e217b527c.tar.bz2 gentoo-2-9fa2c85434dd3a621d389ee1fed1373e217b527c.zip |
amd64/x86 stable, bug #234162
(Portage version: 2.2_rc6/cvs/Linux 2.6.26.2 i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index a39d78a48af4..9f57768249d3 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.24 2008/08/08 17:24:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.25 2008/08/08 20:06:43 maekke Exp $ + + 08 Aug 2008; Markus Meier <maekke@gentoo.org> camlp5-5.09.ebuild: + amd64/x86 stable, bug #234162 08 Aug 2008; nixnut <nixnut@gentoo.org> camlp5-5.09.ebuild: Stable on ppc wrt bug 234162 diff --git a/dev-ml/camlp5/camlp5-5.09.ebuild b/dev-ml/camlp5/camlp5-5.09.ebuild index 39e2960d37ae..ba7932cf6916 100644 --- a/dev-ml/camlp5/camlp5-5.09.ebuild +++ b/dev-ml/camlp5/camlp5-5.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.3 2008/08/08 17:24:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.4 2008/08/08 20:06:43 maekke Exp $ EAPI="1" @@ -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" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.09" |