diff options
author | 2004-08-18 17:48:42 +0000 | |
---|---|---|
committer | 2004-08-18 17:48:42 +0000 | |
commit | c3d424bbe95f186bc8475abd5111cb2f0e56385e (patch) | |
tree | 5040e28eea415aa396811493e43b93c7dfa2c4cb /dev-ml | |
parent | remove ppc64 stable marking from 4.2.52 (libtool issues) (Manifest recommit) (diff) | |
download | gentoo-2-c3d424bbe95f186bc8475abd5111cb2f0e56385e.tar.gz gentoo-2-c3d424bbe95f186bc8475abd5111cb2f0e56385e.tar.bz2 gentoo-2-c3d424bbe95f186bc8475abd5111cb2f0e56385e.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ounit-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ounit/ounit-1.0.0.ebuild b/dev-ml/ounit/ounit-1.0.0.ebuild index d29a36ca5e12..edf1942f8965 100644 --- a/dev-ml/ounit/ounit-1.0.0.ebuild +++ b/dev-ml/ounit/ounit-1.0.0.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/ounit/ounit-1.0.0.ebuild,v 1.1 2004/08/18 12:17:33 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.0.ebuild,v 1.2 2004/08/18 17:48:42 mr_bones_ Exp $ DESCRIPTION="Unit testing framework for OCaml" HOMEPAGE="http://home.wanadoo.nl/maas/ocaml/" @@ -9,7 +9,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND="dev-lang/ocaml - dev-ml/findlib" + dev-ml/findlib" src_compile() { emake all allopt || die "emake failed" |