Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: ChangeLog tokyocabinet-1.4.44.ebuild
Date: Mon, 03 May 2010 18:31:26
Message-Id: 20100503175603.852312C399@corvid.gentoo.org
1 patrick 10/05/03 17:56:03
2
3 Modified: ChangeLog tokyocabinet-1.4.44.ebuild
4 Log:
5 Fixing configure for #314743
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 dev-db/tokyocabinet/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 3 May 2010 17:49:12 -0000 1.23
22 +++ ChangeLog 3 May 2010 17:56:03 -0000 1.24
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-db/tokyocabinet
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.23 2010/05/03 17:49:12 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.24 2010/05/03 17:56:03 patrick Exp $
28 +
29 + 03 May 2010; Patrick Lauer <patrick@g.o>
30 + tokyocabinet-1.4.44.ebuild:
31 + Fixing configure for #314743
32
33 *tokyocabinet-1.4.44 (03 May 2010)
34
35
36
37
38 1.2 dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild?r1=1.1&r2=1.2
43
44 Index: tokyocabinet-1.4.44.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- tokyocabinet-1.4.44.ebuild 3 May 2010 17:49:12 -0000 1.1
51 +++ tokyocabinet-1.4.44.ebuild 3 May 2010 17:56:03 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild,v 1.1 2010/05/03 17:49:12 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild,v 1.2 2010/05/03 17:56:03 patrick Exp $
57
58 EAPI=2
59
60 @@ -25,7 +25,7 @@
61 }
62
63 src_configure() {
64 - econf $(use_enable debug)
65 + econf $(use_enable debug) --enable-off64
66 }
67
68 src_install() {