diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-08 17:24:09 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-08 17:24:09 +0000 |
commit | 318bd187cc4107223ea12bb9f78bfb78bd12e89d (patch) | |
tree | a5fb677109d992db91727716b7b0bae6b7b84235 /dev-ml/camlp5 | |
parent | x86 stable, bug #232054 (diff) | |
download | gentoo-2-318bd187cc4107223ea12bb9f78bfb78bd12e89d.tar.gz gentoo-2-318bd187cc4107223ea12bb9f78bfb78bd12e89d.tar.bz2 gentoo-2-318bd187cc4107223ea12bb9f78bfb78bd12e89d.zip |
Stable on ppc wrt bug 234162
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml/camlp5')
-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 c30edcfc02f6..a39d78a48af4 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.23 2008/07/02 21:07:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.24 2008/08/08 17:24:09 nixnut Exp $ + + 08 Aug 2008; nixnut <nixnut@gentoo.org> camlp5-5.09.ebuild: + Stable on ppc wrt bug 234162 02 Jul 2008; Alexis Ballier <aballier@gentoo.org> camlp5-5.08.ebuild, camlp5-5.09.ebuild: diff --git a/dev-ml/camlp5/camlp5-5.09.ebuild b/dev-ml/camlp5/camlp5-5.09.ebuild index d30105ee0a96..39e2960d37ae 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.2 2008/07/02 21:07:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.3 2008/08/08 17:24:09 nixnut 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" |