x11-misc/pathfinder: Fix global scope use* calls, #582206
authorMichał Górny <mgorny@gentoo.org>
Fri, 6 May 2016 16:29:48 +0000 (18:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 6 May 2016 16:32:05 +0000 (18:32 +0200)
Copy the solution to global scope use* calls from newer ebuilds.

x11-misc/pathfinder/pathfinder-1.6.36.ebuild

index 61802fde79cd6ef0c5068637cf6fa0d3040da8f6..7e5945b0551809b58e288345c073a09f9f613d16 100644 (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
+}