diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 14:18:00 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 14:18:00 +0000 |
commit | 0d02579569133583244624c314bad763f59ac6a6 (patch) | |
tree | 52c4a0e34603e98a586a3fb99e5e5b9d3e23489b /dev-ml/camlp5/camlp5-5.14.ebuild | |
parent | ppc stable #324613 (diff) | |
download | gentoo-2-0d02579569133583244624c314bad763f59ac6a6.tar.gz gentoo-2-0d02579569133583244624c314bad763f59ac6a6.tar.bz2 gentoo-2-0d02579569133583244624c314bad763f59ac6a6.zip |
ppc stable #324811
(Portage version: 2.1.8.3/cvs/Linux ppc)
Diffstat (limited to 'dev-ml/camlp5/camlp5-5.14.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-5.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-5.14.ebuild b/dev-ml/camlp5/camlp5-5.14.ebuild index 9dec88f73210..ee72281cf699 100644 --- a/dev-ml/camlp5/camlp5-5.14.ebuild +++ b/dev-ml/camlp5/camlp5-5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.14.ebuild,v 1.2 2010/06/24 21:45:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.14.ebuild,v 1.3 2010/06/27 14:18:00 nixnut Exp $ EAPI="2" @@ -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 ~x86-fbsd" +KEYWORDS="amd64 ppc ~sparc ~x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]" |