diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-16 09:45:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-16 09:45:29 +0000 |
commit | 5aa534c652002e33ccefef57f78b407821dfcb38 (patch) | |
tree | f3029ab98ad0a6a7db8979dc1e5cf59583fd4ec7 /net-p2p | |
parent | Version bump (bug #408323). (diff) | |
download | gentoo-2-5aa534c652002e33ccefef57f78b407821dfcb38.tar.gz gentoo-2-5aa534c652002e33ccefef57f78b407821dfcb38.tar.bz2 gentoo-2-5aa534c652002e33ccefef57f78b407821dfcb38.zip |
Stable for amd64, wrt bug #407793
(Portage version: 2.1.10.49/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index bf2748922a0c..b3be71ed60f7 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.12 2012/03/15 16:46:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.13 2012/03/16 09:45:29 ago Exp $ + + 16 Mar 2012; Agostino Sarubbo <ago@gentoo.org> bitcoind-0.5.3.ebuild: + Stable for amd64, wrt bug #407793 *bitcoind-0.5.3 (15 Mar 2012) *bitcoind-0.5.0.4 (15 Mar 2012) diff --git a/net-p2p/bitcoind/bitcoind-0.5.3.ebuild b/net-p2p/bitcoind/bitcoind-0.5.3.ebuild index d51924be6965..5926d82c4a40 100644 --- a/net-p2p/bitcoind/bitcoind-0.5.3.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.5.3.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.3.ebuild,v 1.1 2012/03/15 16:46:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.5.3.ebuild,v 1.2 2012/03/16 09:45:29 ago Exp $ EAPI=4 @@ -16,7 +16,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="+eligius examples ssl upnp" RDEPEND=" |