diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:48:06 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:48:06 +0000 |
commit | 0ea8d09e443bcadb88870e239101ee2bd5b10119 (patch) | |
tree | 6ac2e2db76318dd46bb2190cb044a4d15124ef64 /dev-ml/ocamlnet | |
parent | Fixed herd in metadata.xml (Manifest recommit) (diff) | |
download | gentoo-2-0ea8d09e443bcadb88870e239101ee2bd5b10119.tar.gz gentoo-2-0ea8d09e443bcadb88870e239101ee2bd5b10119.tar.bz2 gentoo-2-0ea8d09e443bcadb88870e239101ee2bd5b10119.zip |
Mark stable on amd64 and x86, fixes bug #65131
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 7b6627e7ef31..a4cc7e575453 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.7 2004/09/30 00:22:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.8 2004/09/30 18:48:06 mattam Exp $ + + 30 Sep 2004; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.97.1.ebuild: + Stable move (fixes bug #65131 for amd64) 25 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.97.1.ebuild: NET_DB_DIR fix. diff --git a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild b/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild index 8ddfe07bcca3..9a91764eac76 100644 --- a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild,v 1.2 2004/08/25 13:16:05 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild,v 1.3 2004/09/30 18:48:06 mattam Exp $ inherit findlib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc amd64" DEPEND=">=dev-ml/pcre-ocaml-5.03.3" |