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