diff options
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.37.ebuild | 4 |
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 |