diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-21 22:52:30 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-21 22:52:30 +0000 |
commit | eb419516d2f23b72305e2b7278ff678b5c18e3f1 (patch) | |
tree | c920435da9becc3825cb09019b975d109d6b2b94 /net-p2p | |
parent | Stable for x86, wrt bug #415973 (diff) | |
download | gentoo-2-eb419516d2f23b72305e2b7278ff678b5c18e3f1.tar.gz gentoo-2-eb419516d2f23b72305e2b7278ff678b5c18e3f1.tar.bz2 gentoo-2-eb419516d2f23b72305e2b7278ff678b5c18e3f1.zip |
Stable for x86, wrt bug #415973
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index a9d89fa286ae..d26671479573 100644 --- a/net-p2p/bitcoind/ChangeLog +++ b/net-p2p/bitcoind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.29 2012/05/18 07:50:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.30 2012/05/21 22:52:30 johu Exp $ + + 21 May 2012; Johannes Huber <johu@gentoo.org> bitcoind-0.5.5.ebuild: + Stable for x86, wrt bug #415973 18 May 2012; Agostino Sarubbo <ago@gentoo.org> bitcoind-0.5.5.ebuild: Stable for amd64, wrt bug #415973 diff --git a/net-p2p/bitcoind/bitcoind-0.5.5.ebuild b/net-p2p/bitcoind/bitcoind-0.5.5.ebuild index f352d3d1b7ba..816bde2f138b 100644 --- a/net-p2p/bitcoind/bitcoind-0.5.5.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.5.5.ebuild,v 1.2 2012/05/18 07:50:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.5.5.ebuild,v 1.3 2012/05/21 22:52:30 johu Exp $ EAPI="4" @@ -19,7 +19,7 @@ SRC_URI="http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v${PV/_/} LICENSE="MIT ISC" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+bip16 +eligius examples logrotate ssl upnp" RDEPEND=" |