Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.3.ebuild
Date: Sat, 10 Nov 2007 15:42:39
Message-Id: E1IqsTc-0002yM-Kq@stork.gentoo.org
1 aballier 07/11/10 15:42:28
2
3 Modified: cryptokit-1.3.ebuild
4 Log:
5 typo
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 dev-ml/cryptokit/cryptokit-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: cryptokit-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cryptokit-1.3.ebuild 10 Nov 2007 15:40:22 -0000 1.1
22 +++ cryptokit-1.3.ebuild 10 Nov 2007 15:42:28 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v 1.1 2007/11/10 15:40:22 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.3.ebuild,v 1.2 2007/11/10 15:42:28 aballier Exp $
28
29 inherit eutils findlib
30
31 @@ -24,7 +24,7 @@
32
33 src_compile() {
34 emake all || die "emake all failed"
35 - emake allopt || elog "emake allopt failed, is ocamlopt missing ?"
36 + emake allopt || die "emake allopt failed, is ocamlopt missing ?"
37 }
38
39 src_install() {
40
41
42
43 --
44 gentoo-commits@g.o mailing list