diff options
author | 2004-08-18 17:48:42 +0000 | |
---|---|---|
committer | 2004-08-18 17:48:42 +0000 | |
commit | 2375c0d2f966cfa6cc4eb61cdfe6369048bdc2f0 (patch) | |
tree | f8981647c6612ce1b2c9b2a0d35f5513b24b7fa2 /dev-ml | |
parent | remove ppc64 stable marking from 4.2.52 (libtool issues) (diff) | |
download | historical-2375c0d2f966cfa6cc4eb61cdfe6369048bdc2f0.tar.gz historical-2375c0d2f966cfa6cc4eb61cdfe6369048bdc2f0.tar.bz2 historical-2375c0d2f966cfa6cc4eb61cdfe6369048bdc2f0.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest index f42241937a83..9ac214f2178a 100644 --- a/dev-ml/ounit/Manifest +++ b/dev-ml/ounit/Manifest @@ -1,4 +1,4 @@ -MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 -MD5 18ef5facbebb0c89af33db58e7242446 ounit-1.0.0.ebuild 825 MD5 3ebb2bc6a46a0e663371e4ccec432d8b ChangeLog 444 +MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 +MD5 60902ec98b9e40ef59f6c2b543d64137 ounit-1.0.0.ebuild 821 MD5 02270b9f85472c60819e083e602cb39a files/digest-ounit-1.0.0 61 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" |