diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-29 11:10:46 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-29 11:10:46 +0000 |
commit | d35e00d3a54313c0eb496eeef0189445a0407970 (patch) | |
tree | aa630d1af259382dc691fe652e2df0eea57fe58f /net-p2p | |
parent | New package, ebuild written by me (diff) | |
download | gentoo-2-d35e00d3a54313c0eb496eeef0189445a0407970.tar.gz gentoo-2-d35e00d3a54313c0eb496eeef0189445a0407970.tar.bz2 gentoo-2-d35e00d3a54313c0eb496eeef0189445a0407970.zip |
Fix bug #550690
(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 | 6 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/bitcoin-qt/ChangeLog b/net-p2p/bitcoin-qt/ChangeLog index 016089aeb8a1..bbf952ceff07 100644 --- a/net-p2p/bitcoin-qt/ChangeLog +++ b/net-p2p/bitcoin-qt/ChangeLog @@ -1,6 +1,10 @@ # 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.104 2015/05/27 01:40:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.105 2015/05/29 11:10:46 blueness Exp $ + + 29 May 2015; Anthony G. Basile <blueness@gentoo.org> + bitcoin-qt-0.10.0-r1.ebuild, bitcoin-qt-0.10.2.ebuild: + Fix bug #550690 *bitcoin-qt-0.10.2 (27 May 2015) diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild index 1b953328c663..d6db8e2df8e0 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.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.0-r1.ebuild,v 1.3 2015/03/14 19:37:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v 1.4 2015/05/29 11:10:46 blueness Exp $ EAPI=5 @@ -69,7 +69,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) } 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 3619994cc117..5699ef7607ad 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.1 2015/05/27 01:40:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.2 2015/05/29 11:10:46 blueness Exp $ EAPI=5 @@ -70,7 +70,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) } |