x11-misc/pathfinder: Fix global scope use* calls, #582206

Copy the solution to global scope use* calls from newer ebuilds.
This commit is contained in:
Michał Górny
2016-05-06 18:29:48 +02:00
parent 5a3cc31083
commit e4333453f9

View File

@@ -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
}