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 | |
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')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-4.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 55394b4417d3..c62acb2b1916 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.2 2007/08/31 04:43:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.3 2007/09/08 13:08:34 nixnut Exp $ + + 08 Sep 2007; nixnut <nixnut@gentoo.org> camlp5-4.08.ebuild: + Added ~ppc wrt bug 190720 *camlp5-4.08 (31 Aug 2007) 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" |