diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-03-25 10:34:09 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-03-25 10:34:09 +0000 |
commit | a2714919b9d81a648de286f8b79f0a49481515af (patch) | |
tree | a6860ebc6094ec9e6f99aacb207ff548b8832836 /net-p2p/bitcoind | |
parent | marked x86 per bug 407793 (diff) | |
download | gentoo-2-a2714919b9d81a648de286f8b79f0a49481515af.tar.gz gentoo-2-a2714919b9d81a648de286f8b79f0a49481515af.tar.bz2 gentoo-2-a2714919b9d81a648de286f8b79f0a49481515af.zip |
marked x86 per bug 407793
(Portage version: 2.1.10.51/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.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 742a9ac18fe1..86e0fa0a2579 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.18 2012/03/25 01:13:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.19 2012/03/25 10:34:09 tomka Exp $ + + 25 Mar 2012; Thomas Kahle <tomka@gentoo.org> bitcoind-0.5.3.ebuild: + marked x86 per bug 407793 *bitcoind-0.5.4_rc1 (25 Mar 2012) *bitcoind-0.5.3-r2 (25 Mar 2012) diff --git a/net-p2p/bitcoind/bitcoind-0.5.3.ebuild b/net-p2p/bitcoind/bitcoind-0.5.3.ebuild index 9772f4bf579f..46f433bea7ec 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.4 2012/03/16 12:33:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.5.3.ebuild,v 1.5 2012/03/25 10:34:09 tomka 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=" |