diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-08 13:08:34 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-08 13:08:34 +0000 |
commit | 0fb559fffa74a3221b103ee3d3ca10959312eb12 (patch) | |
tree | 333d4b3e021b7fa352cdea12c63ca8829f3d1529 /dev-ml/camlp5/camlp5-4.08.ebuild | |
parent | adding myself as maintainer since I own the hardware, picking up liquidx pack... (diff) | |
download | gentoo-2-0fb559fffa74a3221b103ee3d3ca10959312eb12.tar.gz gentoo-2-0fb559fffa74a3221b103ee3d3ca10959312eb12.tar.bz2 gentoo-2-0fb559fffa74a3221b103ee3d3ca10959312eb12.zip |
Added ~ppc wrt bug 190720
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-ml/camlp5/camlp5-4.08.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-4.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-4.08.ebuild b/dev-ml/camlp5/camlp5-4.08.ebuild index d6437c443938..6813eba4c036 100644 --- a/dev-ml/camlp5/camlp5-4.08.ebuild +++ b/dev-ml/camlp5/camlp5-4.08.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-4.08.ebuild,v 1.1 2007/08/31 04:43:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-4.08.ebuild,v 1.2 2007/09/08 13:08:34 nixnut Exp $ inherit multilib eutils @@ -10,7 +10,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" DEPEND=">=dev-lang/ocaml-3.10.0" |