From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F0C5138359 for ; Mon, 2 Nov 2020 11:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F320EE0863; Mon, 2 Nov 2020 11:50:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7745CE0857 for ; Mon, 2 Nov 2020 11:50:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01B97335DC6 for ; Mon, 2 Nov 2020 11:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D0A1DF for ; Mon, 2 Nov 2020 11:50:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1604317810.8a709e36a2095f90b20a055ae2b03f09cc08e6fe.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ncdc/ncdc-1.21.ebuild net-p2p/ncdc/ncdc-9999.ebuild X-VCS-Directories: net-p2p/ncdc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8a709e36a2095f90b20a055ae2b03f09cc08e6fe X-VCS-Branch: master Date: Mon, 2 Nov 2020 11:50:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd046cf3-2809-4fed-b2ed-88fca49a7bd6 X-Archives-Hash: 0a1c5cb36beb232e70bfc3e022d7477d commit: 8a709e36a2095f90b20a055ae2b03f09cc08e6fe Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 2 11:42:40 2020 +0000 Commit: Lars Wendler gentoo 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 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