diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-26 14:03:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-26 14:03:38 +0000 |
commit | dbd73a1c54b3295d46f454792aa890c50bb7ad67 (patch) | |
tree | f013e500dfa915aa30ee62bf343d00cfdd1e98f4 | |
parent | Version bump. Remove _rc release. Bug #334515 (diff) | |
download | gentoo-2-dbd73a1c54b3295d46f454792aa890c50bb7ad67.tar.gz gentoo-2-dbd73a1c54b3295d46f454792aa890c50bb7ad67.tar.bz2 gentoo-2-dbd73a1c54b3295d46f454792aa890c50bb7ad67.zip |
Add dbus use dependency for qt-gui
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index dddc5736b22e..af402d9157b9 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.107 2010/08/26 13:36:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.108 2010/08/26 14:03:38 hwoarang Exp $ + + 26 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + qbittorrent-2.4.0.ebuild: + Add dbus use dependency for qt-gui *qbittorrent-2.4.0 (26 Aug 2010) diff --git a/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild b/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild index 48e70185d4da..1fb42d1f2dfb 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.1 2010/08/26 13:36:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.4.0.ebuild,v 1.2 2010/08/26 14:03:38 hwoarang Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -20,8 +20,8 @@ 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 - libnotify? ( x11-libs/qt-gui:4[glib] ) ) + X? ( x11-libs/qt-gui:4[dbus] + libnotify? ( x11-libs/qt-gui:4[dbus,glib] ) ) dev-libs/boost" DEPEND="${CDEPEND} dev-util/pkgconfig" |