diff options
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 3885469bf4ff..46ed7cd3541e 100644 --- a/net-p2p/bitcoind/ChangeLog +++ b/net-p2p/bitcoind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.76 2013/09/21 13:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.77 2013/09/22 06:48:39 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bitcoind-0.8.5.ebuild: + Stable for x86, wrt bug #480096 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> bitcoind-0.8.5.ebuild: Stable for amd64, wrt bug #480096 diff --git a/net-p2p/bitcoind/bitcoind-0.8.5.ebuild b/net-p2p/bitcoind/bitcoind-0.8.5.ebuild index b031635b6db7..64b4ad470144 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.5.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild,v 1.3 2013/09/21 13:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild,v 1.4 2013/09/22 06:48:39 ago Exp $ EAPI="4" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v LICENSE="MIT ISC GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="bash-completion examples ipv6 logrotate upnp" RDEPEND=" |