diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:32:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:32:08 +0000 |
commit | b13af8b7c5a2ba3f576d6178d4b061ce6a907444 (patch) | |
tree | 1bcec42c599b6d1e3a164f386bd39a5e6cb90c2c | |
parent | Stable for amd64, wrt bug #464540 (diff) | |
download | gentoo-2-b13af8b7c5a2ba3f576d6178d4b061ce6a907444.tar.gz gentoo-2-b13af8b7c5a2ba3f576d6178d4b061ce6a907444.tar.bz2 gentoo-2-b13af8b7c5a2ba3f576d6178d4b061ce6a907444.zip |
Stable for amd64, wrt bug #469342
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | net-p2p/bitcoin-qt/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-qt/ChangeLog b/net-p2p/bitcoin-qt/ChangeLog index e028b64768c6..3798c55dbdd2 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.59 2013/04/14 18:54:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.60 2013/05/14 09:32:08 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> bitcoin-qt-0.8.1.ebuild: + Stable for amd64, wrt bug #469342 14 Apr 2013; Anthony G. Basile <blueness@gentoo.org> ChangeLog: Fix Manifest signing diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild index 351ff79cb333..8e94169a5e43 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2010-2013 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.8.1.ebuild,v 1.2 2013/04/14 18:53:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.1.ebuild,v 1.3 2013/05/14 09:32:08 ago Exp $ EAPI=4 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="$IUSE 1stclassmsg dbus ipv6 +qrcode upnp" RDEPEND=" |