diff options
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 48de1f48f0ef..858b91555f75 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.18 2008/04/03 00:39:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.19 2008/04/06 09:29:49 cla Exp $ + + 06 Apr 2008; Dawid Węgliński <cla@gentoo.org> camlp5-5.08.ebuild: + Stable on x86 (bug #215736) 03 Apr 2008; Brent Baude <ranger@gentoo.org> camlp5-5.08.ebuild: stable ppc, bug 215742 diff --git a/dev-ml/camlp5/camlp5-5.08.ebuild b/dev-ml/camlp5/camlp5-5.08.ebuild index 4df4a0db28c2..002284645dd4 100644 --- a/dev-ml/camlp5/camlp5-5.08.ebuild +++ b/dev-ml/camlp5/camlp5-5.08.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.08.ebuild,v 1.2 2008/04/03 00:39:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.3 2008/04/06 09:29:49 cla Exp $ inherit multilib findlib eutils @@ -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" |