summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-07-30 05:21:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-07-30 05:21:30 +0000
commit7e0fdc7c4823480bc89be2dbfed03e76669bf771 (patch)
tree57c158a4411bc48000997516eceda45340bb9562 /net-p2p
parentold (diff)
downloadgentoo-2-7e0fdc7c4823480bc89be2dbfed03e76669bf771.tar.gz
gentoo-2-7e0fdc7c4823480bc89be2dbfed03e76669bf771.tar.bz2
gentoo-2-7e0fdc7c4823480bc89be2dbfed03e76669bf771.zip
Adjust boost dep
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoind/ChangeLog5
-rw-r--r--net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog
index 707f5ad6ca7e..0ef27e3199c5 100644
--- a/net-p2p/bitcoind/ChangeLog
+++ b/net-p2p/bitcoind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bitcoind
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.85 2014/07/29 16:30:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.86 2014/07/30 05:21:30 patrick Exp $
+
+ 30 Jul 2014; Patrick Lauer <patrick@gentoo.org> bitcoind-0.9.2.1.ebuild:
+ Adjust boost dep
*bitcoind-0.9.2.1 (29 Jul 2014)
diff --git a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
index 70e00f4180dc..ba65775f30f6 100644
--- a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2010-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.1 2014/07/29 16:30:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.2 2014/07/30 05:21:30 patrick Exp $
EAPI=4
@@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="bash-completion examples logrotate test upnp +wallet"
RDEPEND="
- >=dev-libs/boost-1.41.0[threads(+)]
+ >=dev-libs/boost-1.53.0[threads(+)]
dev-libs/openssl:0[-bindist]
logrotate? (
app-admin/logrotate