summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:02:40 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:02:40 +0100
commit7169efb78b4a128accf9145428b82f75498dce82 (patch)
tree6d4a2ce6a5cbf0aca013a3877164009899aa7a17 /sci-libs/proj
parentsci-libs/o2scl: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-7169efb78b4a128accf9145428b82f75498dce82.tar.gz
gentoo-7169efb78b4a128accf9145428b82f75498dce82.tar.bz2
gentoo-7169efb78b4a128accf9145428b82f75498dce82.zip
sci-libs/proj: [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 'sci-libs/proj')
-rw-r--r--sci-libs/proj/proj-4.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/proj/proj-4.9.2.ebuild b/sci-libs/proj/proj-4.9.2.ebuild
index 8368817a48b0..48d355b835f9 100644
--- a/sci-libs/proj/proj-4.9.2.ebuild
+++ b/sci-libs/proj/proj-4.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils java-pkg-opt-2 flag-o-matic
+inherit eutils java-pkg-opt-2 flag-o-matic ltprune
DESCRIPTION="Proj.4 cartographic projection software"
HOMEPAGE="http://trac.osgeo.org/proj/"