diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-08 13:20:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-08 13:20:50 +0000 |
commit | 5047bcba592a8c999fbac4ce0c65e9d3db932012 (patch) | |
tree | 94cfee4734d17de6e7a9d6924fb4e05ec8ee98d3 /dev-ml/camlp5 | |
parent | Version bump. (diff) | |
download | gentoo-2-5047bcba592a8c999fbac4ce0c65e9d3db932012.tar.gz gentoo-2-5047bcba592a8c999fbac4ce0c65e9d3db932012.tar.bz2 gentoo-2-5047bcba592a8c999fbac4ce0c65e9d3db932012.zip |
sparc stable wrt #215736
(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.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index aeec93af3d6b..75930ff70a24 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.20 2008/04/06 19:43:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.21 2008/04/08 13:20:50 armin76 Exp $ + + 08 Apr 2008; Raúl Porcel <armin76@gentoo.org> camlp5-5.08.ebuild: + sparc stable wrt #215736 06 Apr 2008; Markus Meier <maekke@gentoo.org> camlp5-5.08.ebuild: amd64 stable, bug #215736 diff --git a/dev-ml/camlp5/camlp5-5.08.ebuild b/dev-ml/camlp5/camlp5-5.08.ebuild index d732091bcdef..c5c23d89a067 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.4 2008/04/06 19:43:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.5 2008/04/08 13:20:50 armin76 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" |