summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-03-03 23:49:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-03-03 23:49:47 +0000
commitcab7551626a693540b1a7f50b264fa89b01ea40d (patch)
tree3f2a3bdd14cb53582279d486022e26a8e6d04608 /dev-ml
parentStable on amd64, bug #208544 (diff)
downloadgentoo-2-cab7551626a693540b1a7f50b264fa89b01ea40d.tar.gz
gentoo-2-cab7551626a693540b1a7f50b264fa89b01ea40d.tar.bz2
gentoo-2-cab7551626a693540b1a7f50b264fa89b01ea40d.zip
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlweb/ocamlweb-1.37.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild
index 37c42781f312..69cefca72a78 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.5 2008/03/03 23:04:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.6 2008/03/03 23:49:47 mr_bones_ Exp $
inherit latex-package eutils
@@ -21,7 +21,6 @@ DEPEND=">=dev-lang/ocaml-3.09
app-text/ptex
)"
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -29,7 +28,6 @@ src_unpack() {
epatch "${FILESDIR}/${P}-strip.patch"
}
-
src_compile() {
econf || die
emake || die