diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-10 22:03:28 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-10 22:03:28 +0000 |
commit | 5bf1249aa72b221568b8ba14b451c57d8615e2f2 (patch) | |
tree | 077d5f6dddafed0727c242dbabd3cb598f3a36bf /dev-ml | |
parent | bump to 3.0.4. Fix leaks and some crashing bugs. (diff) | |
download | gentoo-2-5bf1249aa72b221568b8ba14b451c57d8615e2f2.tar.gz gentoo-2-5bf1249aa72b221568b8ba14b451c57d8615e2f2.tar.bz2 gentoo-2-5bf1249aa72b221568b8ba14b451c57d8615e2f2.zip |
amd64 stable wrt bug #216779
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 383e6347d874..5770d46c9a68 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.29 2008/02/03 14:33:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.30 2008/04/10 22:03:28 coldwind Exp $ + + 10 Apr 2008; Santiago M. Mola <coldwind@gentoo.org> + ocamlnet-2.2.9-r1.ebuild: + amd64 stable wrt bug #216779 03 Feb 2008; Alexis Ballier <aballier@gentoo.org> ocamlnet-2.2.8.1.ebuild, ocamlnet-2.2.9-r1.ebuild: diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild index 27b17d7f6d54..070092466ddd 100644 --- a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.4 2008/02/03 14:33:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.5 2008/04/10 22:03:28 coldwind Exp $ inherit eutils findlib @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz" LICENSE="as-is GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="gtk ssl tk httpd +ocamlopt" RESTRICT="installsources" |