hwoarang 15/02/23 19:02:33 Modified: qbittorrent-9999.ebuild ChangeLog Log: Fix qtgui slot for Qt5 (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.20 net-p2p/qbittorrent/qbittorrent-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.19&r2=1.20 Index: qbittorrent-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- qbittorrent-9999.ebuild 17 Feb 2015 19:15:20 -0000 1.19 +++ qbittorrent-9999.ebuild 23 Feb 2015 19:02:33 -0000 1.20 @@ -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 @@ 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 ) ) " 1.239 net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.239&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.239&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.238&r2=1.239 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.238 retrieving revision 1.239 diff -u -r1.238 -r1.239 --- ChangeLog 17 Feb 2015 19:15:20 -0000 1.238 +++ ChangeLog 23 Feb 2015 19:02:33 -0000 1.239 @@ -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 <[email protected]> qbittorrent-9999.ebuild: + Fix qtgui slot for Qt5 17 Feb 2015; Ben de Groot <[email protected]> metadata.xml, qbittorrent-9999.ebuild:
