diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:51:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:51:00 +0000 |
commit | d947197b1ba25d7290524a6cd99b64823deb38a3 (patch) | |
tree | ae8777bcd23dd95e0e4ae2197495bec6ae868476 /dev-ml/camlp5/camlp5-6.11.ebuild | |
parent | Stable for ppc, wrt bug #492046 (diff) | |
download | gentoo-2-d947197b1ba25d7290524a6cd99b64823deb38a3.tar.gz gentoo-2-d947197b1ba25d7290524a6cd99b64823deb38a3.tar.bz2 gentoo-2-d947197b1ba25d7290524a6cd99b64823deb38a3.zip |
Stable for ppc, wrt bug #492048
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/camlp5/camlp5-6.11.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-6.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-6.11.ebuild b/dev-ml/camlp5/camlp5-6.11.ebuild index 46100ab63e02..4a96a2a9eca3 100644 --- a/dev-ml/camlp5/camlp5-6.11.ebuild +++ b/dev-ml/camlp5/camlp5-6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.1 2013/08/15 23:57:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.2 2013/12/21 15:51:00 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]" |