diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-02-24 00:31:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-02-24 00:31:54 +0000 |
commit | 2290f482d70d9ac5d56442924e03c4eac6cf0096 (patch) | |
tree | 88135e9165fec12b40e5c331c8c0809de9f525e6 /net-p2p | |
parent | Disable censoring by default (diff) | |
download | gentoo-2-2290f482d70d9ac5d56442924e03c4eac6cf0096.tar.gz gentoo-2-2290f482d70d9ac5d56442924e03c4eac6cf0096.tar.bz2 gentoo-2-2290f482d70d9ac5d56442924e03c4eac6cf0096.zip |
Disable censoring by default
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
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.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-qt/ChangeLog b/net-p2p/bitcoin-qt/ChangeLog index 0c8ebc4dabd8..4ced05154cab 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.94 2015/02/23 21:28:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.95 2015/02/24 00:31:54 patrick Exp $ + + 24 Feb 2015; Patrick Lauer <patrick@gentoo.org> bitcoin-qt-0.10.0.ebuild: + Disable censoring by default *bitcoin-qt-0.9.4 (23 Feb 2015) *bitcoin-qt-0.10.0 (23 Feb 2015) diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild index 0da1c06e6e31..d4e9bea7110b 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild @@ -1,13 +1,13 @@ # 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.ebuild,v 1.1 2015/02/23 21:28:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild,v 1.2 2015/02/24 00:31:54 patrick Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" BITCOINCORE_LJR_DATE="20150220" BITCOINCORE_IUSE="1stclassmsg dbus kde +ljr +qrcode qt4 qt5 test upnp +wallet xt zeromq" -BITCOINCORE_POLICY_PATCHES="+cpfp +dcmp rbf +spamfilter" +BITCOINCORE_POLICY_PATCHES="+cpfp +dcmp rbf spamfilter" LANGS="ach af_ZA ar be_BY bg bs ca ca@valencia ca_ES cmn cs cy da de el_GR en eo es es_CL es_DO es_MX es_UY et eu_ES fa fa_IR fi fr fr_CA gl gu_IN he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_HK zh_CN zh_TW" inherit bitcoincore eutils fdo-mime gnome2-utils kde4-functions qt4-r2 |