diff options
author | 2013-08-28 11:16:11 +0000 | |
---|---|---|
committer | 2013-08-28 11:16:11 +0000 | |
commit | 9b080dbaa5d7c128038a7d37286a73db9929fe81 (patch) | |
tree | 89c02aca935323b0a5294e05686d38f77a85ceec /dev-ml | |
parent | Stable for x86, wrt bug #481440 (diff) | |
download | gentoo-2-9b080dbaa5d7c128038a7d37286a73db9929fe81.tar.gz gentoo-2-9b080dbaa5d7c128038a7d37286a73db9929fe81.tar.bz2 gentoo-2-9b080dbaa5d7c128038a7d37286a73db9929fe81.zip |
Stable for x86, wrt bug #481230
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.07_p1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 0451954f8b3b..f57f3c90d3ea 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.76 2013/08/26 16:56:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.77 2013/08/28 11:16:11 ago Exp $ + + 28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> camlp5-6.07_p1.ebuild: + Stable for x86, wrt bug #481230 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> camlp5-6.07_p1.ebuild: Stable for ppc, wrt bug #481230 diff --git a/dev-ml/camlp5/camlp5-6.07_p1.ebuild b/dev-ml/camlp5/camlp5-6.07_p1.ebuild index 6c2e1be73e67..a6b51af0530b 100644 --- a/dev-ml/camlp5/camlp5-6.07_p1.ebuild +++ b/dev-ml/camlp5/camlp5-6.07_p1.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.07_p1.ebuild,v 1.4 2013/08/26 16:56:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.07_p1.ebuild,v 1.5 2013/08/28 11:16:11 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?]" |