Gentoo Archives: gentoo-commits

From: "Brian Harring (ferringb)" <ferringb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.6.2.ebuild
Date: Tue, 01 Jun 2010 03:51:58
Message-Id: 20100601035156.2104E2CAD8@corvid.gentoo.org
1 ferringb 10/06/01 03:51:56
2
3 Modified: qt-webkit-4.6.2.ebuild
4 Log:
5 add missing dbus flag to iuse
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild?r1=1.5&r2=1.6
14
15 Index: qt-webkit-4.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- qt-webkit-4.6.2.ebuild 18 Apr 2010 13:00:24 -0000 1.5
22 +++ qt-webkit-4.6.2.ebuild 1 Jun 2010 03:51:55 -0000 1.6
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/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild,v 1.5 2010/04/18 13:00:24 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.6.2.ebuild,v 1.6 2010/06/01 03:51:55 ferringb Exp $
28
29 EAPI="2"
30 inherit qt4-build
31 @@ -8,7 +8,7 @@
32 DESCRIPTION="The Webkit module for the Qt toolkit"
33 SLOT="4"
34 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
35 -IUSE="kde"
36 +IUSE="kde dbus"
37
38 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,ssl]
39 ~x11-libs/qt-dbus-${PV}[aqua=,debug=]