Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/djvu: djvu-3.5.22.ebuild
Date: Tue, 05 Jan 2010 11:17:30
Message-Id: E1NS7Pg-00089K-Qe@stork.gentoo.org
1 ssuominen 10/01/05 11:17:24
2
3 Modified: djvu-3.5.22.ebuild
4 Log:
5 Fix a typing error
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-text/djvu/djvu-3.5.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild?r1=1.3&r2=1.4
14
15 Index: djvu-3.5.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- djvu-3.5.22.ebuild 5 Jan 2010 03:08:54 -0000 1.3
22 +++ djvu-3.5.22.ebuild 5 Jan 2010 11:17:24 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild,v 1.3 2010/01/05 03:08:54 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild,v 1.4 2010/01/05 11:17:24 ssuominen Exp $
28
29 EAPI=1
30 inherit fdo-mime flag-o-matic eutils multilib toolchain-funcs
31 @@ -46,8 +46,9 @@
32 fi
33
34 # We install all desktop files by hand and Qt3 is deprecated
35 - econf --disable-desktopfiles \
36 - --without- qt \
37 + econf \
38 + --disable-desktopfiles \
39 + --without-qt \
40 $(use_enable xml xmltools) \
41 $(use_with jpeg) \
42 $(use_with tiff) \