patrick 15/02/25 05:35:07 Modified: bitcoind-0.10.0.ebuild ChangeLog Log: Add missing dep (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 net-p2p/bitcoind/bitcoind-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?r1=1.2&r2=1.3 Index: bitcoind-0.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoind-0.10.0.ebuild 24 Feb 2015 00:30:29 -0000 1.2 +++ bitcoind-0.10.0.ebuild 25 Feb 2015 05:35:07 -0000 1.3 @@ -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/bitcoind/bitcoind-0.10.0.ebuild,v 1.2 2015/02/24 00:30:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 1.3 2015/02/25 05:35:07 patrick Exp $ EAPI=5 @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" + dev-libs/libsecp256k1 virtual/bitcoin-leveldb logrotate? ( app-admin/logrotate 1.99 net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 24 Feb 2015 00:30:29 -0000 1.98 +++ ChangeLog 25 Feb 2015 05:35:07 -0000 1.99 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.98 2015/02/24 00:30:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.99 2015/02/25 05:35:07 patrick Exp $ + + 25 Feb 2015; Patrick Lauer <[email protected]> bitcoind-0.10.0.ebuild: + Add missing dep 24 Feb 2015; Patrick Lauer <[email protected]> bitcoind-0.10.0.ebuild: Disable censoring by default
