diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-04-19 18:54:21 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-04-19 18:54:21 +0000 |
commit | 9478d803a62f5453af995c01873a337bc8150fc1 (patch) | |
tree | 7448edd128f79ed51b44ec39e59cc9ffa5dc0b35 /net-p2p | |
parent | Fix bug #507992 - Do not push out restorecond init script if restorecond shou... (diff) | |
download | gentoo-2-9478d803a62f5453af995c01873a337bc8150fc1.tar.gz gentoo-2-9478d803a62f5453af995c01873a337bc8150fc1.tar.bz2 gentoo-2-9478d803a62f5453af995c01873a337bc8150fc1.zip |
Fix use deps for qtsingleapplication. Bug #507998
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index e6a781d80b86..27f9bbf424ef 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.226 2014/03/06 19:56:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.227 2014/04/19 18:54:21 hwoarang Exp $ + + 19 Apr 2014; Markos Chandras <hwoarang@gentoo.org> qbittorrent-3.1.9.ebuild, + qbittorrent-9999.ebuild: + Fix use deps for qtsingleapplication. Bug #507998 *qbittorrent-3.1.9 (06 Mar 2014) diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild index d47964eab240..0c3029ef3d25 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild,v 1.1 2014/03/06 19:56:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.ebuild,v 1.2 2014/04/19 18:54:21 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -21,7 +21,7 @@ IUSE="dbus +X geoip" CDEPEND="dev-libs/boost dev-qt/qtcore:4 >=net-libs/rb_libtorrent-0.16.3 - >=dev-qt/qtsingleapplication-2.6.1_p20130904 + >=dev-qt/qtsingleapplication-2.6.1_p20130904[X?] X? ( dev-qt/qtgui:4 ) dbus? ( dev-qt/qtdbus:4 )" DEPEND="${CDEPEND} diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index f90263b88eaa..ae87a95f7337 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.14 2013/12/30 12:55:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.15 2014/04/19 18:54:21 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -23,7 +23,7 @@ IUSE="dbus +X geoip" CDEPEND="dev-libs/boost dev-qt/qtcore:4 net-libs/rb_libtorrent - >=dev-qt/qtsingleapplication-2.6.1_p20130904 + >=dev-qt/qtsingleapplication-2.6.1_p20130904[X?] X? ( dev-qt/qtgui:4 ) dbus? ( dev-qt/qtdbus:4 )" |