summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-07 23:48:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-07 23:48:26 +0200
commite8ad19e224b83f16eef8f4595fefded1a6266d5f (patch)
tree6ec4b60906dfc59f7e2b4d34c68b7624ab58bd32 /x11-misc
parentd2dea4223ce4af142242a6b295fa9c89df64220a (diff)
downloadgentoo-e8ad19e224b83f16eef8f4595fefded1a6266d5f.tar.gz
gentoo-e8ad19e224b83f16eef8f4595fefded1a6266d5f.tar.xz
Revert "x11-misc/pathfinder: Fix global scope use* calls, #582206" - repoman would have prevented more breakage
This reverts commit e4333453f946ddfd571daf06738e947bab21a53b.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pathfinder/pathfinder-1.6.36.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
index 7e5945b0551..61802fde79c 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
+++ b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
@@ -21,8 +21,6 @@ DEPEND="
RDEPEND="${DEPEND}"
-src_configure() {
- FOXCONF="$(use_enable jpeg) \
- $(use_enable png) \
- $(use_enable tiff)" fox_src_configure
-}
+FOXCONF="$(use_enable jpeg) \
+ $(use_enable png) \
+ $(use_enable tiff)"