diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-11-24 10:08:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-11-24 10:08:09 +0000 |
commit | 42941cb87901b0e9adc35b59462a89956c535620 (patch) | |
tree | d4d25327b87eddfa071f9701902c003b78cfd828 /net-p2p | |
parent | Drop obsolete mask for dev-tcltk/tcl-debug (diff) | |
download | gentoo-2-42941cb87901b0e9adc35b59462a89956c535620.tar.gz gentoo-2-42941cb87901b0e9adc35b59462a89956c535620.tar.bz2 gentoo-2-42941cb87901b0e9adc35b59462a89956c535620.zip |
Use bundled qtsingleapplication for -X
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 2e2994cdffbc..695a7ef1a64f 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.220 2013/11/22 22:27:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.221 2013/11/24 10:08:09 hwoarang Exp $ + + 24 Nov 2013; Markos Chandras <hwoarang@gentoo.org> qbittorrent-3.1.3.ebuild, + qbittorrent-9999.ebuild: + Use bundled qtsingleapplication for -X *qbittorrent-3.1.3 (22 Nov 2013) diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild index f5079ca04489..fa90d9c87ce1 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild,v 1.1 2013/11/22 22:27:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.3.ebuild,v 1.2 2013/11/24 10:08:09 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -20,9 +20,8 @@ IUSE="dbus +X geoip" # python-2 is a runtime dep only, for the search engine (see INSTALL file) CDEPEND="dev-libs/boost dev-qt/qtcore:4 - dev-qt/qtsingleapplication >=net-libs/rb_libtorrent-0.16.3 - X? ( dev-qt/qtgui:4 ) + X? ( dev-qt/qtgui:4 dev-qt/qtsingleapplication ) dbus? ( dev-qt/qtdbus:4 )" DEPEND="${CDEPEND} virtual/pkgconfig" diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 2d2804e203b6..b63ef51b1f7c 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.12 2013/11/22 22:27:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.13 2013/11/24 10:08:09 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -22,9 +22,9 @@ IUSE="dbus +X geoip" # python-2 is a runtime dep only, for the search engine (see INSTALL file) CDEPEND="dev-libs/boost dev-qt/qtcore:4 - dev-qt/qtsingleapplication net-libs/rb_libtorrent - X? ( dev-qt/qtgui:4 ) + X? ( dev-qt/qtgui:4 dev-qt/qtsingleapplication ) + dbus? ( dev-qt/qtdbus:4 )" DEPEND="${CDEPEND} virtual/pkgconfig" |