diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-22 22:00:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-22 22:00:39 +0000 |
commit | f5124e6ddbe1f124a2293878f62f80c7c6913e00 (patch) | |
tree | 7cca5bf5b2b20168b12252028e02879203bc1b9f /dev-ml | |
parent | Marking lcdf-typetools-2.91 ppc for bug 396837 (diff) | |
download | gentoo-2-f5124e6ddbe1f124a2293878f62f80c7c6913e00.tar.gz gentoo-2-f5124e6ddbe1f124a2293878f62f80c7c6913e00.tar.bz2 gentoo-2-f5124e6ddbe1f124a2293878f62f80c7c6913e00.zip |
Marking camlp5-6.02.3 ppc for bug 383825
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.02.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 0f679bd491d2..73cbd8bb7472 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.64 2012/01/16 15:26:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.65 2012/02/22 22:00:39 ranger Exp $ + + 22 Feb 2012; Brent Baude <ranger@gentoo.org> camlp5-6.02.3.ebuild: + Marking camlp5-6.02.3 ppc for bug 383825 16 Jan 2012; Alexis Ballier <aballier@gentoo.org> -camlp5-6.02.3_p1.ebuild: remove old diff --git a/dev-ml/camlp5/camlp5-6.02.3.ebuild b/dev-ml/camlp5/camlp5-6.02.3.ebuild index a18981f358c9..5b3c50016dd3 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 +# Copyright 1999-2012 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.4 2011/12/18 17:33:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.3.ebuild,v 1.5 2012/02/22 22:00:39 ranger 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 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]" |