From e4333453f946ddfd571daf06738e947bab21a53b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 6 May 2016 18:29:48 +0200 Subject: x11-misc/pathfinder: Fix global scope use* calls, #582206 Copy the solution to global scope use* calls from newer ebuilds. --- x11-misc/pathfinder/pathfinder-1.6.36.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-misc/pathfinder') 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 +} -- cgit v1.2.3-65-gdbad