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 6AC08138334 for ; Fri, 9 Aug 2019 08:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F34E081A; Fri, 9 Aug 2019 08:01:31 +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 79309E081A for ; Fri, 9 Aug 2019 08:01:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E10C5349723 for ; Fri, 9 Aug 2019 08:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8372B62C for ; Fri, 9 Aug 2019 08:01:27 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1565337654.c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipupdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild net-misc/geoipupdate/geoipupdate-4.0.3.ebuild X-VCS-Directories: net-misc/geoipupdate/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c X-VCS-Branch: master Date: Fri, 9 Aug 2019 08:01:27 +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: 16a3a863-d3e9-4841-85de-5f537d41de1b X-Archives-Hash: f822bb2f4ed9744a5b2cc7da97f7100b commit: c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c Author: Patrick Lauer gentoo org> AuthorDate: Fri Aug 9 08:00:54 2019 +0000 Commit: 罗百科 gentoo org> CommitDate: Fri Aug 9 08:00:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c4a605 net-misc/geoipupdate: Fixes Fix #691730 Fix #691732 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Patrick Lauer gentoo.org> .../{geoipupdate-4.0.3.ebuild => geoipupdate-4.0.3-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/geoipupdate/geoipupdate-4.0.3.ebuild b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild similarity index 93% rename from net-misc/geoipupdate/geoipupdate-4.0.3.ebuild rename to net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild index 9e2b124631e..f8f05abf74d 100644 --- a/net-misc/geoipupdate/geoipupdate-4.0.3.ebuild +++ b/net-misc/geoipupdate/geoipupdate-4.0.3-r1.ebuild @@ -32,6 +32,9 @@ src_compile() { # the horror, the horror ... but it's all automagic export GO111MODULE=on export GOFLAGS=-mod=vendor + export CONFFILE=/etc/GeoIP.conf + export DATADIR=/usr/share/GeoIP + export VERSION=${PV} default }