diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-18 20:47:49 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-18 20:47:49 +0000 |
commit | 805f5d73870eb1d7bfebd9b94931a7d161cb2f0c (patch) | |
tree | ed2030b9de33825bec13124ce1b1d1297aec922a /net-p2p/bitcoind | |
parent | Stable for x86, wrt bug #429188 (diff) | |
download | gentoo-2-805f5d73870eb1d7bfebd9b94931a7d161cb2f0c.tar.gz gentoo-2-805f5d73870eb1d7bfebd9b94931a7d161cb2f0c.tar.bz2 gentoo-2-805f5d73870eb1d7bfebd9b94931a7d161cb2f0c.zip |
Stable for x86, wrt bug #429188
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 976390b77bad..fbc39d03a1d8 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.44 2012/09/16 12:30:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.45 2012/09/18 20:47:49 johu Exp $ + + 18 Sep 2012; Johannes Huber <johu@gentoo.org> bitcoind-0.6.3.ebuild: + Stable for x86, wrt bug #429188 *bitcoind-0.7.0_rc2 (16 Sep 2012) *bitcoind-0.6.4_rc2 (16 Sep 2012) diff --git a/net-p2p/bitcoind/bitcoind-0.6.3.ebuild b/net-p2p/bitcoind/bitcoind-0.6.3.ebuild index d0613ce3c229..4d24909674ad 100644 --- a/net-p2p/bitcoind/bitcoind-0.6.3.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.6.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.6.3.ebuild,v 1.3 2012/09/15 15:05:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild,v 1.4 2012/09/18 20:47:49 johu Exp $ EAPI="4" @@ -17,7 +17,7 @@ SRC_URI="https://nodeload.github.com/bitcoin/bitcoin/tarball/v${PV/_/} -> bitcoi LICENSE="MIT ISC GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+eligius examples logrotate upnp" RDEPEND=" |