blueness 15/05/30 17:47:11 Modified: bitcoin-qt-0.10.2.ebuild ChangeLog Log: Fix bug #550678. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.4 net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?r1=1.3&r2=1.4 Index: bitcoin-qt-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bitcoin-qt-0.10.2.ebuild 29 May 2015 11:21:31 -0000 1.3 +++ bitcoin-qt-0.10.2.ebuild 30 May 2015 17:47:11 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.3 2015/05/29 11:21:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.4 2015/05/30 17:47:11 blueness Exp $ EAPI=5 @@ -25,7 +25,7 @@ media-gfx/qrencode ) qt4? ( dev-qt/qtgui:4 ) - qt5? ( dev-qt/qtgui:5 ) + qt5? ( dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/linguist-tools:5 ) dbus? ( qt4? ( dev-qt/qtdbus:4 ) qt5? ( dev-qt/qtdbus:5 ) @@ -77,7 +77,7 @@ bitcoincore_conf \ $(use_with dbus qtdbus) \ $(use_with qrcode qrencode) \ - $(usex 1stclassmsg --enable-first-class-messaging "") \ + $(usex 1stclassmsg --enable-first-class-messaging '') \ --with-gui=$(usex qt5 qt5 qt4) } 1.107 net-p2p/bitcoin-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 29 May 2015 11:21:31 -0000 1.106 +++ ChangeLog 30 May 2015 17:47:11 -0000 1.107 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoin-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.106 2015/05/29 11:21:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.107 2015/05/30 17:47:11 blueness Exp $ + + 30 May 2015; Anthony G. Basile <[email protected]> bitcoin-qt-0.10.2.ebuild: + Fix bug #550678. 29 May 2015; Anthony G. Basile <[email protected]> bitcoin-qt-0.10.0-r1.ebuild, bitcoin-qt-0.10.2.ebuild:
