diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-04-14 18:53:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-04-14 18:53:10 +0000 |
commit | c1e2d1757d4ec412344b36ea1e814914f522912e (patch) | |
tree | c4b91e70207de71a6a40735ee9ff46f4647b17d1 /net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild | |
parent | Fix dependency on openssl, bug #465888 (diff) | |
download | gentoo-2-c1e2d1757d4ec412344b36ea1e814914f522912e.tar.gz gentoo-2-c1e2d1757d4ec412344b36ea1e814914f522912e.tar.bz2 gentoo-2-c1e2d1757d4ec412344b36ea1e814914f522912e.zip |
Fix dependency on openssl, bug #465888
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild')
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild index c1622a6372bd..9a28fd276d6a 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.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.5.8_rc2.ebuild,v 1.1 2013/04/08 00:08:53 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.5.8_rc2.ebuild,v 1.2 2013/04/14 18:53:10 blueness Exp $ EAPI=4 @@ -22,7 +22,7 @@ IUSE="$IUSE +bip16 dbus ssl upnp" RDEPEND=" >=dev-libs/boost-1.41.0[threads(+)] - dev-libs/openssl[-bindist] + dev-libs/openssl:0[-bindist] upnp? ( net-libs/miniupnpc ) |