commit:     8a709e36a2095f90b20a055ae2b03f09cc08e6fe
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  2 11:42:40 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 11:50:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a709e36

net-p2p/ncdc: Fixed build with USE="geoip"

Closes: https://bugs.gentoo.org/704242
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-p2p/ncdc/ncdc-1.21.ebuild | 7 +++++--
 net-p2p/ncdc/ncdc-9999.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-p2p/ncdc/ncdc-1.21.ebuild b/net-p2p/ncdc/ncdc-1.21.ebuild
index ee8caa14759..fc4878d2953 100644
--- a/net-p2p/ncdc/ncdc-1.21.ebuild
+++ b/net-p2p/ncdc/ncdc-1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,10 @@ RDEPEND="
        net-libs/gnutls:=
        sys-libs/ncurses:0=[unicode]
        sys-libs/zlib:=
-       geoip? ( dev-libs/geoip )"
+       geoip? (
+               dev-libs/geoip
+               dev-libs/libmaxminddb
+       )"
 DEPEND="${RDEPEND}"
 BDEPEND="
        dev-util/makeheaders

diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
index 182aac603d7..8377b413dc1 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,10 @@ RDEPEND="
        net-libs/gnutls:=
        sys-libs/ncurses:0=[unicode]
        sys-libs/zlib:=
-       geoip? ( dev-libs/geoip )"
+       geoip? (
+               dev-libs/geoip
+               dev-libs/libmaxminddb
+       )"
 DEPEND="${RDEPEND}"
 BDEPEND="
        dev-util/makeheaders

Reply via email to