diff options
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-0.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild index 4f6e52757787..cb2cb9318949 100644 --- a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.98.ebuild,v 1.6 2005/03/27 15:17:22 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.98.ebuild,v 1.7 2005/03/30 05:10:28 vapier Exp $ inherit findlib @@ -9,8 +9,8 @@ HOMEPAGE="http://ocamlnet.sourceforge.net" SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz" LICENSE="as-is" -KEYWORDS="ppc x86 ~amd64" SLOT="0" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND=">=dev-ml/pcre-ocaml-4.31.0" |