diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 055dc94507e3..64f33cb5aa60 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.6 2007/10/08 08:53:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.7 2007/10/20 19:31:12 fmccor Exp $ + + 20 Oct 2007; Ferris McCormick <fmccor@gentoo.org> camlp5-5.01.ebuild: + Added ~sparc --- Bug #196533 --- builds fine; see bug for details. 08 Oct 2007; Alexis Ballier <aballier@gentoo.org> -files/install_destdir.dpatch, -camlp5-4.08.ebuild, -camlp5-5.00.ebuild: diff --git a/dev-ml/camlp5/camlp5-5.01.ebuild b/dev-ml/camlp5/camlp5-5.01.ebuild index 29e2ef534928..d17cf8b238b9 100644 --- a/dev-ml/camlp5/camlp5-5.01.ebuild +++ b/dev-ml/camlp5/camlp5-5.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.01.ebuild,v 1.1 2007/10/08 08:50:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.01.ebuild,v 1.2 2007/10/20 19:31:12 fmccor Exp $ inherit multilib eutils @@ -10,7 +10,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ocaml-3.10.0" |