summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-06 18:29:48 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-06 18:32:05 +0200
commite4333453f946ddfd571daf06738e947bab21a53b (patch)
treee991e1f0b8407907dd534a29ed08da5c61508158 /x11-misc/pathfinder
parentx11-misc/shutterbug: Fix global scope use* calls, #582206 (diff)
downloadgentoo-e4333453f946ddfd571daf06738e947bab21a53b.tar.gz
gentoo-e4333453f946ddfd571daf06738e947bab21a53b.tar.bz2
gentoo-e4333453f946ddfd571daf06738e947bab21a53b.zip
x11-misc/pathfinder: Fix global scope use* calls, #582206
Copy the solution to global scope use* calls from newer ebuilds.
Diffstat (limited to 'x11-misc/pathfinder')
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.36.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
index 61802fde79cd..7e5945b05518 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
@@ -21,6 +21,8 @@ DEPEND="
RDEPEND="${DEPEND}"
-FOXCONF="$(use_enable jpeg) \
- $(use_enable png) \
- $(use_enable tiff)"
+src_configure() {
+ FOXCONF="$(use_enable jpeg) \
+ $(use_enable png) \
+ $(use_enable tiff)" fox_src_configure
+}