diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-01 03:26:13 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-01 03:26:13 +0000 |
commit | 562ceb40b62f2d428ec6df2f90e897ea735ded2a (patch) | |
tree | 544282e2ad3108fd545be6ef5093be33579217d9 /dev-ml/camlp5/camlp5-6.02.3.ebuild | |
parent | x86 stable wrt bug #383753 (diff) | |
download | gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.tar.gz gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.tar.bz2 gentoo-2-562ceb40b62f2d428ec6df2f90e897ea735ded2a.zip |
x86 stable wrt bug #383825
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-ml/camlp5/camlp5-6.02.3.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-6.02.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-6.02.3.ebuild b/dev-ml/camlp5/camlp5-6.02.3.ebuild index af54632e06b9..ab9f4dfb69b1 100644 --- a/dev-ml/camlp5/camlp5-6.02.3.ebuild +++ b/dev-ml/camlp5/camlp5-6.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.2 2011/09/20 21:16:33 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.3 2011/10/01 03:26:13 phajdan.jr Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]" |