X-Git-Url: http://git.squeep.com/?p=portage-squeep;a=blobdiff_plain;f=net-p2p%2Fdogecoind%2Fdogecoind-1.8.0.ebuild;h=405c4fde0079ce269d4cbf6cbdef8e4fc5b65e20;hp=b1cf14b0bc3e6637e25eff86694c8713aa233fde;hb=749c88a244229b32fcfc8bd63636a17ed41059f9;hpb=0fb88448c7b86e0c689a642046273470e1a5cee5 diff --git a/net-p2p/dogecoind/dogecoind-1.8.0.ebuild b/net-p2p/dogecoind/dogecoind-1.8.0.ebuild index b1cf14b..405c4fd 100644 --- a/net-p2p/dogecoind/dogecoind-1.8.0.ebuild +++ b/net-p2p/dogecoind/dogecoind-1.8.0.ebuild @@ -1,4 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: $ EAPI="5" @@ -28,7 +30,9 @@ RDEPEND=" upnp? ( net-libs/miniupnpc ) - sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] + wallet? ( + sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] + ) " DEPEND="${RDEPEND} >=app-shells/bash-4.1