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

x11-misc/shutterbug/shutterbug-1.6.36.ebuild

index 89d7e038acf332db9c7aa38956182ca9eb7aa53c..0afa601a3b8cd87230936a2f0b2644a0ba8db994 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
+}