summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/cryptokit/cryptokit-1.3.ebuild')
-rw-r--r--dev-ml/cryptokit/cryptokit-1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.3.ebuild b/dev-ml/cryptokit/cryptokit-1.3.ebuild
index 16f2f2e5562b..094f046e9283 100644
--- a/dev-ml/cryptokit/cryptokit-1.3.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v 1.1 2007/11/10 15:40:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v 1.2 2007/11/10 15:42:28 aballier Exp $
inherit eutils findlib
@@ -24,7 +24,7 @@ src_unpack() {
src_compile() {
emake all || die "emake all failed"
- emake allopt || elog "emake allopt failed, is ocamlopt missing ?"
+ emake allopt || die "emake allopt failed, is ocamlopt missing ?"
}
src_install() {