Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Mon, 02 Nov 2020 11:50:22
Message-Id: 1604317810.8a709e36a2095f90b20a055ae2b03f09cc08e6fe.polynomial-c@gentoo
1 commit: 8a709e36a2095f90b20a055ae2b03f09cc08e6fe
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 11:42:40 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:50:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a709e36
7
8 net-p2p/ncdc: Fixed build with USE="geoip"
9
10 Closes: https://bugs.gentoo.org/704242
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-p2p/ncdc/ncdc-1.21.ebuild | 7 +++++--
15 net-p2p/ncdc/ncdc-9999.ebuild | 7 +++++--
16 2 files changed, 10 insertions(+), 4 deletions(-)
17
18 diff --git a/net-p2p/ncdc/ncdc-1.21.ebuild b/net-p2p/ncdc/ncdc-1.21.ebuild
19 index ee8caa14759..fc4878d2953 100644
20 --- a/net-p2p/ncdc/ncdc-1.21.ebuild
21 +++ b/net-p2p/ncdc/ncdc-1.21.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -26,7 +26,10 @@ RDEPEND="
29 net-libs/gnutls:=
30 sys-libs/ncurses:0=[unicode]
31 sys-libs/zlib:=
32 - geoip? ( dev-libs/geoip )"
33 + geoip? (
34 + dev-libs/geoip
35 + dev-libs/libmaxminddb
36 + )"
37 DEPEND="${RDEPEND}"
38 BDEPEND="
39 dev-util/makeheaders
40
41 diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
42 index 182aac603d7..8377b413dc1 100644
43 --- a/net-p2p/ncdc/ncdc-9999.ebuild
44 +++ b/net-p2p/ncdc/ncdc-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2019 Gentoo Authors
47 +# Copyright 1999-2020 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -26,7 +26,10 @@ RDEPEND="
52 net-libs/gnutls:=
53 sys-libs/ncurses:0=[unicode]
54 sys-libs/zlib:=
55 - geoip? ( dev-libs/geoip )"
56 + geoip? (
57 + dev-libs/geoip
58 + dev-libs/libmaxminddb
59 + )"
60 DEPEND="${RDEPEND}"
61 BDEPEND="
62 dev-util/makeheaders