projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63838a9
)
x11-misc/shutterbug: Fix global scope use* calls, #582206
author
Michał Górny
<mgorny@gentoo.org>
Fri, 6 May 2016 16:21:27 +0000
(18:21 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
index 89d7e038acf332db9c7aa38956182ca9eb7aa53c..0afa601a3b8cd87230936a2f0b2644a0ba8db994 100644
(file)
--- a/
x11-misc/shutterbug/shutterbug-1.6.36.ebuild
+++ b/
x11-misc/shutterbug/shutterbug-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
+}