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 | 6dac821b3724d3de5cf7f7fb69d262874400b017 (patch) | |
tree | 99589013ebd256b76ef98e703354815a0c4bdce0 /net-p2p | |
parent | Version bump for the 173.x series. Supports newer kernels and newer xorg-serv... (diff) | |
download | historical-6dac821b3724d3de5cf7f7fb69d262874400b017.tar.gz historical-6dac821b3724d3de5cf7f7fb69d262874400b017.tar.bz2 historical-6dac821b3724d3de5cf7f7fb69d262874400b017.zip |
Stable for x86, wrt bug #415973
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-qt/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.5.5.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.5.5.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/bitcoin-qt/ChangeLog b/net-p2p/bitcoin-qt/ChangeLog index ba3f4ff37f66..bef908db378f 100644 --- a/net-p2p/bitcoin-qt/ChangeLog +++ b/net-p2p/bitcoin-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoin-qt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.27 2012/05/18 07:50:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.28 2012/05/21 22:51:44 johu Exp $ + + 21 May 2012; Johannes Huber <johu@gentoo.org> bitcoin-qt-0.5.5.ebuild: + Stable for x86, wrt bug #415973 18 May 2012; Agostino Sarubbo <ago@gentoo.org> bitcoin-qt-0.5.5.ebuild: Stable for amd64, wrt bug #415973 diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.5.5.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.5.5.ebuild index 7aa2f512f100..860b75933485 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.5.5.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-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/bitcoin-qt/bitcoin-qt-0.5.5.ebuild,v 1.2 2012/05/18 07:50:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.5.ebuild,v 1.3 2012/05/21 22:51:44 johu Exp $ EAPI=4 @@ -20,7 +20,7 @@ SRC_URI="http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v${PV/_/} LICENSE="MIT ISC GPL-3 md2k7-asyouwish LGPL-2.1 public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="$IUSE +bip16 dbus +eligius ssl upnp" RDEPEND=" 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=" |