summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-04-06 09:29:49 +0000
committerDawid Węgliński <cla@gentoo.org>2008-04-06 09:29:49 +0000
commitd72c2f653ded2557c7092a1c7d5a119d00e2192e (patch)
treeeafe6ba4f96f49ded87296513675cdecfdf31c08
parentStrip colour codes before piping to vim for vimmanpager, bug 212844, thanks t... (diff)
downloadgentoo-2-d72c2f653ded2557c7092a1c7d5a119d00e2192e.tar.gz
gentoo-2-d72c2f653ded2557c7092a1c7d5a119d00e2192e.tar.bz2
gentoo-2-d72c2f653ded2557c7092a1c7d5a119d00e2192e.zip
Stable on x86 wrt bug #215736
(Portage version: 2.1.4.4)
-rw-r--r--dev-ml/camlp5/ChangeLog5
-rw-r--r--dev-ml/camlp5/camlp5-5.08.ebuild4
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"