diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 17:47:11 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 17:47:11 +0000 |
commit | 1e192298eafac349a7288348692aeffde5c6068f (patch) | |
tree | c3f277aaea4cfef7a2296d3c385874ce87cc9b7e /net-p2p | |
parent | Add sys-kernel/raspberrypi-sources. Bug #550096 (diff) | |
download | gentoo-2-1e192298eafac349a7288348692aeffde5c6068f.tar.gz gentoo-2-1e192298eafac349a7288348692aeffde5c6068f.tar.bz2 gentoo-2-1e192298eafac349a7288348692aeffde5c6068f.zip |
Fix bug #550678.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-qt/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/bitcoin-qt/ChangeLog b/net-p2p/bitcoin-qt/ChangeLog index cacfd1a462e4..c5863ab12f00 100644 --- a/net-p2p/bitcoin-qt/ChangeLog +++ b/net-p2p/bitcoin-qt/ChangeLog @@ -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 <blueness@gentoo.org> bitcoin-qt-0.10.2.ebuild: + Fix bug #550678. 29 May 2015; Anthony G. Basile <blueness@gentoo.org> bitcoin-qt-0.10.0-r1.ebuild, bitcoin-qt-0.10.2.ebuild: diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild index 1764bc61a59c..29598075db6f 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild @@ -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 @@ RDEPEND=" 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 @@ src_configure() { 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) } |