summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-26 14:05:24 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-26 14:05:24 +0000
commit80edac4a8e5a938fce6916aa0fb370b99626d36c (patch)
treeb309c7c3ce6db7cf482477c025077e26c3c50c00 /net-p2p
parentAdd dbus use dependency for qt-gui (diff)
downloadgentoo-2-80edac4a8e5a938fce6916aa0fb370b99626d36c.tar.gz
gentoo-2-80edac4a8e5a938fce6916aa0fb370b99626d36c.tar.bz2
gentoo-2-80edac4a8e5a938fce6916aa0fb370b99626d36c.zip
Fix my latest commit. qt-dbus is NOT an optional dependency
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index af402d9157b9..3d50e781e879 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/qbittorrent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.108 2010/08/26 14:03:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.109 2010/08/26 14:05:24 hwoarang Exp $
+
+ 26 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ qbittorrent-2.4.0.ebuild:
+ Fix my latest commit. qt-dbus is NOT an optional dependency
26 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
qbittorrent-2.4.0.ebuild:
diff --git a/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild b/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild
index 1fb42d1f2dfb..19226a429746 100644
--- a/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.2 2010/08/26 14:03:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.3 2010/08/26 14:05:24 hwoarang Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -20,8 +20,9 @@ IUSE="+X geoip libnotify"
# boost version so that we always have thread support
CDEPEND="net-libs/rb_libtorrent
x11-libs/qt-core:4
- X? ( x11-libs/qt-gui:4[dbus]
- libnotify? ( x11-libs/qt-gui:4[dbus,glib] ) )
+ x11-libs/qt-dbus:4
+ X? ( x11-libs/qt-gui:4
+ libnotify? ( x11-libs/qt-gui:4[glib] ) )
dev-libs/boost"
DEPEND="${CDEPEND}
dev-util/pkgconfig"