commit: c1c4a605f6477bdbcb2a77e1bc23907e48e6f09c
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 08:00:54 2019 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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
}