dogecoind ebuild QA cleanup
[portage-squeep] / net-p2p / dogecoind / dogecoind-1.8.0.ebuild
index b1cf14b0bc3e6637e25eff86694c8713aa233fde..405c4fde0079ce269d4cbf6cbdef8e4fc5b65e20 100644 (file)
@@ -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