diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-09 18:00:08 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-09 18:00:08 +0000 |
commit | edcb489a899a7d02a328c0f486e9e11dc29d5c9a (patch) | |
tree | 64c07f38ebcf1c5432efa5ca09da378e658d32e4 /dev-ml | |
parent | Rev bump. Fixes bugs #176431, #143237, #222205 and #172634 (diff) | |
download | gentoo-2-edcb489a899a7d02a328c0f486e9e11dc29d5c9a.tar.gz gentoo-2-edcb489a899a7d02a328c0f486e9e11dc29d5c9a.tar.bz2 gentoo-2-edcb489a899a7d02a328c0f486e9e11dc29d5c9a.zip |
Stable on sparc, bug #234162
(Portage version: 2.2_rc1/cvs/Linux 2.6.27-rc2 sparc64)
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 9f57768249d3..6835f50fcf89 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.25 2008/08/08 20:06:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.26 2008/08/09 18:00:08 bluebird Exp $ + + 09 Aug 2008; Friedrich Oslage <bluebird@gentoo.org> camlp5-5.09.ebuild: + Stable on sparc, bug #234162 08 Aug 2008; Markus Meier <maekke@gentoo.org> camlp5-5.09.ebuild: amd64/x86 stable, bug #234162 diff --git a/dev-ml/camlp5/camlp5-5.09.ebuild b/dev-ml/camlp5/camlp5-5.09.ebuild index ba7932cf6916..4af9b13afa06 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.4 2008/08/08 20:06:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.5 2008/08/09 18:00:08 bluebird 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" |