summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:58:33 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:58:33 +0100
commit3ffccee5ccaaff8e8d5b36ff6090048d1888d599 (patch)
treec52b40b60d64d91d898dd036162baff12f215c3d /dev-libs/geoip/geoip-1.6.12.ebuild
parentdev-libs/freexl: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-3ffccee5ccaaff8e8d5b36ff6090048d1888d599.tar.gz
gentoo-3ffccee5ccaaff8e8d5b36ff6090048d1888d599.tar.bz2
gentoo-3ffccee5ccaaff8e8d5b36ff6090048d1888d599.zip
dev-libs/geoip: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/geoip/geoip-1.6.12.ebuild')
-rw-r--r--dev-libs/geoip/geoip-1.6.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/geoip/geoip-1.6.12.ebuild b/dev-libs/geoip/geoip-1.6.12.ebuild
index 044c35a1fb9a..d04916ff8603 100644
--- a/dev-libs/geoip/geoip-1.6.12.ebuild
+++ b/dev-libs/geoip/geoip-1.6.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools eutils ltprune
DESCRIPTION="GeoIP Legacy C API"
HOMEPAGE="https://github.com/maxmind/geoip-api-c"