diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-02 12:42:40 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-02 12:50:10 +0100 |
commit | 8a709e36a2095f90b20a055ae2b03f09cc08e6fe (patch) | |
tree | 4ddfe1d089d49fef160cb0cf5069d2a4decf96cb /net-p2p | |
parent | sys-apps/busybox: fix 'make-symlinks' safeguard (diff) | |
download | gentoo-8a709e36a2095f90b20a055ae2b03f09cc08e6fe.tar.gz gentoo-8a709e36a2095f90b20a055ae2b03f09cc08e6fe.tar.bz2 gentoo-8a709e36a2095f90b20a055ae2b03f09cc08e6fe.zip |
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@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/ncdc-1.21.ebuild | 7 | ||||
-rw-r--r-- | 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 ee8caa14759b..fc4878d2953d 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 182aac603d70..8377b413dc10 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 |