diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 15:42:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 15:42:28 +0000 |
commit | 27ff8450720825b85cf593451a2d04154c7e4b51 (patch) | |
tree | 52aa4ce9d2148195a803f8d37e6448d9037a31e5 /dev-ml/cryptokit | |
parent | amd64 stable (diff) | |
download | gentoo-2-27ff8450720825b85cf593451a2d04154c7e4b51.tar.gz gentoo-2-27ff8450720825b85cf593451a2d04154c7e4b51.tar.bz2 gentoo-2-27ff8450720825b85cf593451a2d04154c7e4b51.zip |
typo
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml/cryptokit')
-rw-r--r-- | dev-ml/cryptokit/cryptokit-1.3.ebuild | 4 |
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() { |