diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-14 17:52:40 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-14 17:52:40 +0000 |
commit | 73e66a62eaa41bc36b0c768fb236c2192a512cff (patch) | |
tree | 1bb44a9b078b9a32c1b5dd58c10e2448e02f3ec9 /dev-ml/ocamlnet | |
parent | minor change in postinst msg (diff) | |
download | gentoo-2-73e66a62eaa41bc36b0c768fb236c2192a512cff.tar.gz gentoo-2-73e66a62eaa41bc36b0c768fb236c2192a512cff.tar.bz2 gentoo-2-73e66a62eaa41bc36b0c768fb236c2192a512cff.zip |
ppc stable (bug 405959)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index b13235c48f0a..071cb8e7be7f 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.59 2012/03/15 18:21:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.60 2012/06/14 17:52:40 xmw Exp $ + + 14 Jun 2012; Michael Weber <xmw@gentoo.org> ocamlnet-3.5.ebuild: + ppc stable (bug 405959) 15 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocamlnet-3.5.ebuild: x86 stable wrt bug #405959 diff --git a/dev-ml/ocamlnet/ocamlnet-3.5.ebuild b/dev-ml/ocamlnet/ocamlnet-3.5.ebuild index 5f071dc524ea..f3f552de64ad 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.5.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.5.ebuild,v 1.3 2012/03/15 18:21:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.5.ebuild,v 1.4 2012/06/14 17:52:39 xmw Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" LICENSE="as-is GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" RESTRICT="installsources" |