diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-19 20:53:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-19 20:53:37 +0000 |
commit | 7d680a53d4220eb9c89c667c6a7450314abce3e7 (patch) | |
tree | 9536447651508522f9c37cc70bbef5fdd4cef570 /dev-ml | |
parent | whitespace (diff) | |
download | gentoo-2-7d680a53d4220eb9c89c667c6a7450314abce3e7.tar.gz gentoo-2-7d680a53d4220eb9c89c667c6a7450314abce3e7.tar.bz2 gentoo-2-7d680a53d4220eb9c89c667c6a7450314abce3e7.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/bin-prot-1.2.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/bin-prot/bin-prot-1.2.18.ebuild b/dev-ml/bin-prot/bin-prot-1.2.18.ebuild index 16c49a909112..866e0c637d52 100644 --- a/dev-ml/bin-prot/bin-prot-1.2.18.ebuild +++ b/dev-ml/bin-prot/bin-prot-1.2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.18.ebuild,v 1.1 2009/09/19 12:49:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.18.ebuild,v 1.2 2009/09/19 20:53:37 mr_bones_ Exp $ EAPI="2" @@ -17,10 +17,10 @@ IUSE="doc test" S=${WORKDIR}/${P}/lib RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt] - dev-ml/type-conv" + dev-ml/type-conv" DEPEND="${RDEPEND} test? ( dev-ml/ounit ) - doc? ( virtual/latex-base )" + doc? ( virtual/latex-base )" src_compile() { emake -j1 CFLAGS="${CFLAGS}" || die |