diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:30:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:02 +0200 |
commit | f6c2e17aaf965e80f5facdd802f22c2d5227cf6c (patch) | |
tree | ccf1312aaa3ebc6818499e87db12d28022aa044a /sci-geosciences | |
parent | sci-electronics/pcb: Fix QA MissingSlotDep (diff) | |
download | gentoo-f6c2e17aaf965e80f5facdd802f22c2d5227cf6c.tar.gz gentoo-f6c2e17aaf965e80f5facdd802f22c2d5227cf6c.tar.bz2 gentoo-f6c2e17aaf965e80f5facdd802f22c2d5227cf6c.zip |
sci-geosciences/qgis: Fix QA WhitespaceFound
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild index 92bf05747485..f3b4b66dedbc 100644 --- a/sci-geosciences/qgis/qgis-1.8.0.ebuild +++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -94,7 +94,7 @@ src_install() { fi python_optimize "${D}"/usr/share/qgis/python/plugins \ - "${D}"/$(python_get_sitedir)/qgis + "${D}"/$(python_get_sitedir)/qgis } pkg_preinst() { |