diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-09 08:42:19 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-09 08:42:19 +0000 |
commit | 2aefe3ec9a134cc38ad085d42779197d70cfe31a (patch) | |
tree | b6065ceb10911ffcb68276abdfad44d0b38742ee /dev-ml | |
parent | x86 stable per bug 354033 (diff) | |
download | gentoo-2-2aefe3ec9a134cc38ad085d42779197d70cfe31a.tar.gz gentoo-2-2aefe3ec9a134cc38ad085d42779197d70cfe31a.tar.bz2 gentoo-2-2aefe3ec9a134cc38ad085d42779197d70cfe31a.zip |
x86 stable wrt bug #363617
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index d3b12c2950f9..3251dc9727fd 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.48 2011/04/27 17:58:58 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.49 2011/05/09 08:42:19 phajdan.jr Exp $ + + 09 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocamlnet-3.2.1.ebuild: + x86 stable wrt bug #363617 27 Apr 2011; Christoph Mende <angelos@gentoo.org> ocamlnet-3.2.1.ebuild: Stable on amd64 wrt bug #363617 diff --git a/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild b/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild index 5a180c1e4f5c..e19a6124f52e 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild,v 1.2 2011/04/27 17:58:58 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.2.1.ebuild,v 1.3 2011/05/09 08:42:19 phajdan.jr 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 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="gtk ssl tk httpd +ocamlopt zip" RESTRICT="installsources" |