diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-02-23 19:02:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-02-23 19:02:33 +0000 |
commit | b0899bb7cb0fffdd344a6ea8e40012d05f884daf (patch) | |
tree | a950e5ce462ad760c89dde57babdf78bd48b9733 /net-p2p | |
parent | Cleanup vulnerable versions, bug 540260. (diff) | |
download | gentoo-2-b0899bb7cb0fffdd344a6ea8e40012d05f884daf.tar.gz gentoo-2-b0899bb7cb0fffdd344a6ea8e40012d05f884daf.tar.bz2 gentoo-2-b0899bb7cb0fffdd344a6ea8e40012d05f884daf.zip |
Fix qtgui slot for Qt5
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 327d9a9b2475..2ee1b96cfe22 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.238 2015/02/17 19:15:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.239 2015/02/23 19:02:33 hwoarang Exp $ + + 23 Feb 2015; Markos Chandras <hwoarang@gentoo.org> qbittorrent-9999.ebuild: + Fix qtgui slot for Qt5 17 Feb 2015; Ben de Groot <yngwin@gentoo.org> metadata.xml, qbittorrent-9999.ebuild: diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 892e8ba5aa18..c11031885203 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.19 2015/02/17 19:15:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.20 2015/02/23 19:02:33 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -40,7 +40,7 @@ CDEPEND=" dev-qt/qtnetwork:5 dev-qt/qtxml:5 dbus? ( dev-qt/qtdbus:5 ) - X? ( dev-qt/qtgui:4 + X? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) ) " |